tonci / simple-orm
Simple ORM for PHP 5.4
Installs: 31
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tonci/simple-orm
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-25 23:53:20 UTC
README
Simple php ORM that maps data from database and provide methods to work with the data. Easier CRUD implementation. Automated validation based on database model
TODO
- Add configuration options
SET UP
- In oreder to set up the database connection credentials, details needs to be set in ORM class (lib/ORM.php).