crbast / slsql
Simplifier of SQL queries. Basic ORM with Model.
V0.2
2019-06-06 17:22 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-07-29 01:44:04 UTC
README
How to use 🤷
- Install library
> composer require crbast/slsql
- Read the documentation : 📔
- Have fun!
Info
📌 The class uses the php method : prepare. So the class manages SQL injections.
☄️ To further simplify the life of developers, a class Model has been created. It allows you to create objects related to the database.