doctrine / doctrine-module
Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 6 755 471
Dependents: 156
Suggesters: 9
Security: 1
Stars: 398
Watchers: 44
Forks: 270
Open Issues: 8
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- composer-runtime-api: ^2.0
- composer/semver: ^3.0
- doctrine/annotations: ^1.13.3 || ^2
- doctrine/cache: ^1.13.0 || ^2.1.0
- doctrine/collections: ^1.8.0 || ^2.1
- doctrine/doctrine-laminas-hydrator: ^3.2.0
- doctrine/event-manager: ^1.2.0 || ^2.0
- doctrine/inflector: ^2.0.6
- doctrine/persistence: ^2.5.5 || ^3.1.0
- laminas/laminas-authentication: ^2.12.0
- laminas/laminas-cache: ^3.6.0
- laminas/laminas-cache-storage-adapter-filesystem: ^2.2.0
- laminas/laminas-cache-storage-adapter-memory: ^2.1.0
- laminas/laminas-eventmanager: ^3.5.0
- laminas/laminas-form: ^3.4.1
- laminas/laminas-modulemanager: ^2.12.0
- laminas/laminas-mvc: ^3.3.5
- laminas/laminas-paginator: ^2.13.0
- laminas/laminas-servicemanager: ^3.17.0
- laminas/laminas-stdlib: ^3.13.0
- laminas/laminas-validator: ^2.25.0
- psr/container: ^1.1.2
- symfony/console: ^5.4.16 || ^6.2.1
Requires (Dev)
- doctrine/coding-standard: ^12.0.0
- doctrine/mongodb-odm: ^2.5.0
- doctrine/orm: ^2.13.4
- jangregor/phpstan-prophecy: ^1.0.0
- laminas/laminas-i18n: ^2.17.0
- laminas/laminas-log: ^2.15.3
- laminas/laminas-serializer: ^2.13.0
- laminas/laminas-session: ^2.13.0
- phpstan/phpstan: ^1.9.2
- phpstan/phpstan-phpunit: ^1.3.0
- phpunit/phpunit: ^9.5.27
- predis/predis: ^1.1.10
- vimeo/psalm: ^5.0
Suggests
- doctrine/data-fixtures: Data Fixtures if you want to generate test data or bootstrap data for your deployments
Conflicts
- doctrine/orm: 2.12.0
- 7.0.x-dev
- 6.2.x-dev
- 6.1.x-dev
- 6.1.1
- 6.1.0
- 6.0.x-dev
- 6.0.7
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.3.x-dev
- 5.3.0
- 5.2.x-dev
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.1
- 5.1.0
- 5.0.x-dev
- 5.0.1
- 5.0.0
- 4.4.x-dev
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.x-dev
- 4.3.1
- 4.3.0
- 4.2.x-dev
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.1.x-dev
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.1
- 0.8.0
- 0.8.0-beta2
- 0.8.0-beta1
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.0
This package is auto-updated.
Last update: 2024-10-06 01:24:09 UTC
README
DoctrineModule provides basic functionality consumed by DoctrineORMModule (if you want to use Doctrine ORM) and DoctrineMongoODMModule (if you want to use Doctrine MongoDB ODM).
Installation
Run the following to install this library using Composer:
composer require doctrine/doctrine-module
Documentation
Please check the documentation on the Doctrine website for more detailed information on features provided by this component. The source files for the documentation can be found in the docs directory.