tonci / simple-orm
There is no license information available for the latest version (dev-master) of this package.
Simple ORM for PHP 5.4
dev-master
2015-04-23 14:52 UTC
Requires
- php: >=5.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 05:03:41 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).