cawaphp/orm

This package is abandoned and no longer maintained. No replacement package was suggested.

Сáша Orm

Maintainers

Details

github.com/cawaphp/orm

Source

Issues

Installs: 249

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cawaphp/orm

dev-master 2018-02-27 17:19 UTC

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