Download the PHP package ornament/observer without Composer
On this page you can find all versions of the php package ornament/observer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package observer
Ornament/Observer
Observer pattern for Ornament ORM
Installation
Composer (recommended)
Manual
- Download or clone the repo;
- Add
/path/to/observer/src
for namespaceOrnament\Observer
to your PSR-4 autoloader.
Usage
For each Model that needs to observe something, let is use
the
Ornament\Observer\Observer
trait:
Similarly, for each Model that needs to be watched, use
the
Ornament\Observer\Subject
trait:
All versions of observer with dependencies
PHP Build Version
Package Version
Requires
ornament/ornament Version
^0.9.0
The package ornament/observer contains the following files
Loading the files please wait ....