Download the PHP package pointybeard/helpers-foundation-bnl without Composer
On this page you can find all versions of the php package pointybeard/helpers-foundation-bnl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/helpers-foundation-bnl
More information about pointybeard/helpers-foundation-bnl
Files in pointybeard/helpers-foundation-bnl
Package helpers-foundation-bnl
Short Description Provides broadcaster & listener pattern classes
License MIT
Homepage https://github.com/pointybeard/helpers-foundation-bnl
Informations about the package helpers-foundation-bnl
PHP Helpers: Broadcast & Listen Foundation Classes
- Version: v1.0.0
- Date: March 01 2020
- Release notes
- GitHub repository
Provides broadcaster & listener pattern classes
Installation
This library is installed via Composer. To install, use composer require pointybeard/helpers-foundation-bnl
or add "pointybeard/helpers-foundation-bnl": "~1.0.0"
to your composer.json
file.
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Requirements
This library requires PHP7.2 or greater.
This library also makes use of the PHP Helpers: Readable Trace Exception (pointybeard/helpers-exceptions-readabletrace
). It is installed automatically via composer.
To include all the PHP Helpers packages on your project, use composer require pointybeard/helpers
Usage
Include this library in your PHP files with use pointybeard\Helpers\Foundation\BroadcastAndListen
and implement the BroadcastAndListen\Interfaces\AcceptsListenersInterface
interface like so:
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Contributing
We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.
License
"PHP Helpers: Broadcast & Listen Foundation Classes" is released under the MIT License.