mnpenner / querybuilder
MySQL query builder
Installs: 11 035
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^5.6
- symfony/var-dumper: ^2.7
This package is auto-updated.
Last update: 2024-10-19 10:51:53 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
- Work with any SQL driver, even the deprecated
License
QueryBuilder is released under the MIT License.