Download the PHP package thispagecannotbefound/php-signals without Composer
On this page you can find all versions of the php package thispagecannotbefound/php-signals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thispagecannotbefound/php-signals
More information about thispagecannotbefound/php-signals
Files in thispagecannotbefound/php-signals
Download thispagecannotbefound/php-signals
More information about thispagecannotbefound/php-signals
Files in thispagecannotbefound/php-signals
Vendor thispagecannotbefound
Package php-signals
Short Description PHP library inspired by Robert Penner's AS3 Signals.
License
Package php-signals
Short Description PHP library inspired by Robert Penner's AS3 Signals.
License
Please rate this library. Is it a good library?
Informations about the package php-signals
php-signals
PHP Signals & Slots library inspired by Robert Penner's AS3 Signals.
Usage
Basic Signal example:
$signal = new Signal();
$signal->add(function($value) {
echo 'Received value: ' . $value;
});
$signal->dispatch('Hello World!');
// Output: "Received value: Hello World!"
All versions of php-signals with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package thispagecannotbefound/php-signals contains the following files
Loading the files please wait ....