https://github.com/devimteam/silex-json-query-provider
https://github.com/devimteam/silex-json-query-provider
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devimteam/silex-json-query-provider
- Owner: devimteam
- Created: 2016-09-29T15:38:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T13:40:34.000Z (over 9 years ago)
- Last Synced: 2025-05-17T04:19:36.761Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Query Service Provider
## Intro
Provide Mongo-like syntax for creating queries to Doctrine QueryBuilder
## Installation
#### Install via composer
```
$ composer require devimteam/silex-json-query-provider
```
## Use-cases
## Contributing
#### Install vendors
```
$ composer install
```
#### Run tests
```
$ php vendor/bin/codecept run
```