jpi/orm

Simple & lightweight ORM

v2.2.0 2024-08-23 21:51 UTC

This package is auto-updated.

Last update: 2024-11-06 23:37:20 UTC


README

CodeFactor Latest Stable Version Total Downloads Latest Unstable Version License GitHub last commit (branch)

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

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