Skip to content

Small PHP single class utility with no dependencies to build queries faster and safer.

License

Notifications You must be signed in to change notification settings

mmarinero/QueryBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryBuilder

Small PHP single class utility with no dependencies to build queries faster and safer.

The main goals are:

  1. Keep it simple and small, this won't grow into an ORM!
  2. Target repetitive tasks like inserts and updates from arrays.
  3. Prevent common mistakes and SQL injections.

About

Small PHP single class utility with no dependencies to build queries faster and safer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages