https://github.com/phuria/under-query
A lightweight PHP query builder primarily focused on building reusable SQL queries.
https://github.com/phuria/under-query
Last synced: 5 months ago
JSON representation
A lightweight PHP query builder primarily focused on building reusable SQL queries.
- Host: GitHub
- URL: https://github.com/phuria/under-query
- Owner: phuria
- License: mit
- Created: 2016-05-12T16:06:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T14:04:03.000Z (over 9 years ago)
- Last Synced: 2025-08-13T04:29:26.695Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 428 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UnderQuery
[](https://scrutinizer-ci.com/g/phuria/under-query/build-status/master)
[](https://scrutinizer-ci.com/g/phuria/under-query/?branch=master)
[](https://scrutinizer-ci.com/g/phuria/under-query/?branch=master)
[](https://packagist.org/packages/phuria/under-query)
[]()
[]()
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](http://under-query.readthedocs.io/en/latest/).
## Symfony integration
For applications based on Symfony framework we have integration bundle:
[UnderQueryBundle](https://github.com/phuria/UnderQueryBundle).