Skip to content

Releases: devcoder-xyz/php-query-builder

Initial version of PHP SQL Query Builder library

07 Apr 10:11
Compare
Choose a tag to compare

Features:

  • Implementation of SELECT, INSERT, UPDATE, and DELETE query builders
  • Support for various types of SQL JOIN operations (INNER JOIN, LEFT JOIN, RIGHT JOIN)
  • Secure query building to prevent SQL injection vulnerabilities
  • Fluent interface for chaining query methods