phuria / under-query
Lightweight PHP Query Builder primarily focused on building reusable SQL queries.
Installs: 5 977
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 2
Requires
- php: >=5.6.0
- doctrine/dbal: ^2.4
- league/pipeline: ^0.2
Requires (Dev)
- phpunit/dbunit: ^2.0
- phpunit/phpunit: ^5.5
- symfony/var-dumper: ^3.1
Suggests
- phuria/sql-builder-bundle: To integrate with Symfony.
README
UnderQuery is primarily focused on
building reusable SQL queries. It use doctrine\dbal
package for providing database connection.
We provide you object-oriented
inheritance behavior in database's tables.
We have everything you need to create complex queries.
Installation
composer require phuria/under-query
Documentation
The current version can be seen at under-query.readthedocs.io.
Symfony integration
For applications based on Symfony framework we have integration bundle: UnderQueryBundle.