jpi / orm
Simple & lightweight ORM
Requires
- php: ^8.0
- jpi/database: ^2.0
- jpi/query: ^2.0
- jpi/utils: ^1.0
Requires (Dev)
- jpi/codestyles: ^1.0.1
README
A super simple & lightweight ORM.
This has been kept very simple stupid (KISS), there is no validation, and it will assume you are using it correctly. So please make sure to add your own validation if using user inputs in the queries.
I would advise against using this on real-world/live applications...but feel free to use in your own demo/experimental projects.
SO TO BE VERY CLEAR USE AT YOUR OWN RISK!
Dependencies
- PHP 8.0+
- Composer
- PHP PDO
- MySQL 5+
- jpi/database
- jpi/query
Installation
Use Composer
$ composer require jpi/orm
Support
If you found this library interesting or useful please spread the word about this library: share on your socials, star on GitHub, etc.
If you find any issues or have any feature requests, you can open a issue or email me @ jahidulpabelislam.com 😏.
Authors
Licence
This module is licenced under the General Public Licence - see the licence file for details