mnpenner/querybuilder

MySQL query builder

dev-master 2019-05-25 21:02 UTC

This package is auto-updated.

Last update: 2024-04-19 09:45:32 UTC


README

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.