epsoftware / laravel-doctrine-odm
Laravel suport for doctrine mongo db
v2-alpha
2018-12-13 20:36 UTC
Requires
- alcaeus/mongo-php-adapter: ^1.1
- doctrine/mongodb-odm: v1.2.5
- epsoftware/doctrine-odm-encrypt: v1.0.0
- gedmo/doctrine-extensions: v2.4.36
- illuminate/config: 5.*
- illuminate/contracts: 5.*
- illuminate/database: 5.*
- illuminate/pagination: 5.*
- illuminate/queue: 5.*
- illuminate/support: 5.*
- symfony/console: ^4.1
- vlucas/phpdotenv: v2.5.1
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: 7.4.3
This package is not auto-updated.
Last update: 2024-11-23 10:18:27 UTC
README
Under Development
Basic Doctrine ODM Connection and Documents Mapper
Every help is welcome!!!
-
Docker to craete database container
docker-compose up -d --build
-
Phpunit to tests
vendor/bin/phpunit
-
Using doctrine/mongodb-odm version in dev version 2
New features needed
- Plugins systems (like softdelete)