Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.51 KB

php-meetup-pubsub

A demo showcasing Pub/Sub in PHP for the meetup event []http://meetup.com/Cape-Town-PHP-Group/events/238490899/]

The demo is built using:

Running

The demo runs using docker and docker-compose.

It is assumed that you already have a docker environment setup on your local machine.

If you're new to docker, have a look at [https://docs.docker.com/engine/installation/]

make up

Running Commands

make bash

php cmd.php listen-all-raw-messages-on-events-channel
php cmd.php listen-all-events
php cmd.php listen-all-user-topic-events
php cmd.php listen-all-user-created-events
php cmd.php listen-all-user-created-v1-events
php cmd.php listen-all-user-created-v2-events
php cmd.php fire-event-with-missing-schema

Stopping

make down

Further Reading