https://github.com/artbit/pubsub
PubSub design pattern implemented in PHP
https://github.com/artbit/pubsub
php pubsub pubsub-php
Last synced: about 1 year ago
JSON representation
PubSub design pattern implemented in PHP
- Host: GitHub
- URL: https://github.com/artbit/pubsub
- Owner: ArtBIT
- License: mit
- Created: 2018-07-25T10:10:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T11:26:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-08T21:39:09.057Z (over 1 year ago)
- Topics: php, pubsub, pubsub-php
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PubSub
[](https://travis-ci.org/ArtBIT/PubSub) [](https://github.com/ArtBIT/PubSub) [](https://github.com/ArtBIT/PubSub) [](https://github.com/ArtBIT/PubSub)
PubSub design pattern implemented in PHP
# Example Usage
```php
"sometype", "value" => "somevalue"]);
// This should result in
// Array
// (
// [0] => my.event
// [1] => Array
// (
// [type] => sometype
// [value] => somevalue
// )
//
// )
//
```
# License
[MIT](LICENSE)