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

A demo showcasing Pub/Sub in PHP for the meetup event

License

Notifications You must be signed in to change notification settings

Superbalist/php-meetup-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo showcasing Pub/Sub in PHP for the meetup event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published