crbast/slsql

This package is abandoned and no longer maintained. No replacement package was suggested.

Simplifier of SQL queries. Basic ORM with Model.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

pkg:composer/crbast/slsql

V0.2 2019-06-06 17:22 UTC

This package is auto-updated.

Last update: 2025-10-29 02:30:08 UTC


README

How to use 🤷

  1. Install library
> composer require crbast/slsql 
  1. Read the documentation : 📔
  2. 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.