Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 709 Bytes

Pub/Sub Multiclient Sub

coverage

Required repositories:

Pub/Sub client written in PHP to connect to a GCP Pub/Sub Pull subscription.

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 page index causes a loop of Pulls to the Pub/Sub service.

Authors 🐒