An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# UnderQuery
[![Build Status](https://img.shields.io/scrutinizer/build/g/phuria/under-query.svg?maxAge=3600)](https://scrutinizer-ci.com/g/phuria/under-query/build-status/master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phuria/under-query.svg?maxAge=3600)](https://scrutinizer-ci.com/g/phuria/under-query/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phuria/under-query.svg?maxAge=3600)](https://scrutinizer-ci.com/g/phuria/under-query/?branch=master)
[![Packagist](https://img.shields.io/packagist/v/phuria/under-query.svg?maxAge=3600)](https://packagist.org/packages/phuria/under-query)
[![license](https://img.shields.io/github/license/phuria/under-query.svg?maxAge=2592000?style=flat-square)]()
[![php](https://img.shields.io/badge/PHP-5.6-blue.svg?maxAge=2592000)]()

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).