odan / database
This package is abandoned and no longer maintained.
The author suggests using the selective/database package instead.
SQL query builder
3.2.0
2022-11-26 11:49 UTC
Requires
- php: ^8.0
- ext-pdo: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- phpstan/phpstan: ^1
- phpunit/phpunit: ^9 || ^10
- squizlabs/php_codesniffer: ^3
README
A fluent SQL query builder.
Features
- Fluent SQL query builder
- Table schema information and manipulation
Installation
composer require selective/database
Requirements
- PHP 8.0+
- MySQL 5.7+ or MariaDB
Documentation
The database query builder provides a convenient, fluent interface for creating and executing database queries. It can be used to perform most database operations in your PHP website and application.
For more details how to build queries please read the documentation.
Similar libraries
License
The MIT License (MIT). Please see License File for more information.