cawaphp / orm
Сáша Orm
Installs: 249
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cawaphp/orm
Requires
- php: ~7.1
- cawaphp/cawa: dev-master
- cawaphp/serializer: dev-master
This package is not auto-updated.
Last update: 2023-12-23 15:32:54 UTC
README
Warning
Be aware that this package is still in heavy developpement. Some breaking change will occure. Thank's for your comprehension.
Features
- Really simple based Model that allow tracking of property changed
- Collection with method like
find('propery', 'value')
getDistinct('propery')
sortBy([])
filter(function(){})
aplly(function(){})
- CollectionPaged to handle pagination
- CollectionModel to track changed on depending models
About
License
Cawa is licensed under the GPL v3 License - see the LICENSE
file for details