Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 733 Bytes

Pub/Sub Multiclient Pub

coverage

Required repositories:

Pub/Sub client written in PHP to simulate continuous posting of messages to GCP Pub/Sub.

Getting Started 📖

Requirements:

  • Web server LAMP.
  • Service account with access to Pub/Sub in the GCP project.

Deployment 🚀

This POC is designed to run locally.

Required packages manager via Composer

composer install

Usage ✏️

Requesting the page index causes a loop sending messages to the Pub/Sub service.

Authors 🐒