cawaphp / orm
This package is abandoned and no longer maintained.
No replacement package was suggested.
Сáша Orm
dev-master
2018-02-27 17:19 UTC
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