Skip to content

mnpenner/querybuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryBuilder

Goals

  • Easily build up large queries piece by piece based on conditional logic in PHP
  • Prevent syntactically invalid SQL
  • Prevent SQL injection by making it difficult not to escape something
  • Write clauses in any order
  • Easy integration with legacy projects
    • Work with any SQL driver, even the deprecated mysql_ functions
    • Work with new or existing connections

License

QueryBuilder is released under the MIT License.

About

SQL query builder for PHP

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •