fsi / property-observer
FSi PropertyObserver component is a simple component which tracks changes in registered object's properties.
Installs: 19 111
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.2
- symfony/property-access: ^2.3|^3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
README
Do not use this package, as it will not receive any updates and may be deleted in the future.
FSi PropertyObserver Component
PropertyObserver is a simple component which tracks changes in registered object's properties. It's useful if i.e. we want to check if some property of some object has changed since it was last checked.