sabre / event
sabre/event is a library for lightweight event-based programming
Installs: 20 382 850
Dependents: 28
Suggesters: 1
Security: 0
Stars: 350
Watchers: 27
Forks: 21
Open Issues: 8
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.12
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-strict-rules: ^1.6
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2024-10-06 10:31:16 UTC
README
A lightweight library for event-based development in PHP.
This library provides the following event-based concepts:
- EventEmitter.
- Promises.
- An event loop.
- Co-routines.
Full documentation can be found on the website.
Installation
Make sure you have composer installed, and then run:
composer require sabre/event "^5.0"
This package requires PHP 7.1.
Build status
Questions?
Open a ticket on GitHub.
Made at fruux
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.