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

https://github.com/refugis/elastica-odm-bundle

Symfony Bundle for https://github.com/refugis/elastica-odm
https://github.com/refugis/elastica-odm-bundle

Last synced: 18 days ago
JSON representation

Symfony Bundle for https://github.com/refugis/elastica-odm

Awesome Lists containing this project

README

          

Refugis - Elastica ODM Bundle
=============================
[![Build Status](https://travis-ci.com/refugis/elastica-odm-bundle.svg?branch=master)](https://travis-ci.com/refugis/elastica-odm-bundle)

Symfony Bundle for [Elastica ODM](https://www.github.com/refugis/elastica-odm).
Originally written by [Fazland team](https://www.github.com/fazland/elastica-odm-bundle).

Requirements
------------
- php ^7.3
- refugis/elastica-odm ^1.0
- symfony/config ^4.0
- symfony/dependency-injection ^4.0
- symfony/framework-bundle ^4.0

Installation
------------
The suggested installation method is via [composer](https://getcomposer.org/):

```sh
$ composer require refugis/elastica-odm-bundle
```

Using Elastica ODM Bundle
-------------------------

Work in progress

Test
----
Just run
```sh
$ ./run-tests.sh
```

Contributing
------------
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!

License
-------
Elastica ODM Bundle is licensed under the MIT License - see the [LICENSE](https://github.com/refugis/elastica-odm-bundle/blob/master/LICENSE) file for details.