sabre / event
sabre/event is a library for lightweight event-based programming
Installs: 22 286 816
Dependents: 28
Suggesters: 1
Security: 0
Stars: 350
Watchers: 27
Forks: 24
Open Issues: 7
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: 2025-03-06 11:19:57 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
branch | status |
---|---|
master | |
3.0 | |
2.0 | |
1.0 | |
php53 |
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.