Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 614 Bytes

PHP-SQL_SimpleLife 👌

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.