bludata / doctrine-mongodb-odm
Pacote com funcionalidades para usar o MongoDB com o Doctrine
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.6.4
- ext-mongodb: ^1.2.0
- alcaeus/mongo-php-adapter: ^1.1
- beberlei/doctrineextensions: ^1.0
- bludata/base: >=3.0.0
- doctrine/mongodb: ^1.6
- doctrine/mongodb-odm: ^1.2
- gedmo/doctrine-extensions: ^2.4
- laravel-doctrine/extensions: 1.0.*
- laravel-doctrine/migrations: 1.0.*
- laravel-doctrine/orm: 1.2.*
- laravel/lumen-framework: v5.2.*
- lcobucci/jwt: ^3.1
- symfony/validator: ^3.1
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- fzaninotto/faker: ^1.6
- jaschweder/mock: ^1.7
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2021-01-09 09:38:07 UTC
README
Prerequisites
$ curl -sSL https://get.docker.com/ | sh
Installing
Start all containers with docker-compose
:
$ docker-compose up -d
Wait for all containers be started and run composer
inside container server
:
$ docker-compose exec main composer install
Running the tests
We use PHPUnit for unit tests, run it inside server
container:
$ docker-compose exec main ./vendor/bin/phpunit
And coding style tests
We use PHP-FIR PSR's recommendations, before send some code, please run an php-cs-fixer
on your code and respect those standards.
Built With
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- To make the world better, start with you