An integration library for Laravel and Doctrine ORM
Installs: 3 948 713
Dependents: 90
Suggesters: 8
Security: 0
Stars: 830
Watchers: 41
Forks: 179
Open Issues: 4
Requires
- php: ^8.2
- doctrine/dbal: ^3.0 || ^4.0
- doctrine/orm: ^3.1
- doctrine/persistence: ^3.3
- illuminate/auth: ^10.0|^11.0
- illuminate/console: ^10.0|^11.0
- illuminate/container: ^10.0|^11.0
- illuminate/contracts: ^10.0|^11.0
- illuminate/pagination: ^10.0|^11.0
- illuminate/routing: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/validation: ^10.0|^11.0
- illuminate/view: ^10.0|^11.0
- symfony/cache: ^6.0|^7.0
- symfony/serializer: ^5.0|^6.0|^7.0
Requires (Dev)
- doctrine/coding-standard: ^12.0
- fakerphp/faker: ^1.23
- illuminate/log: ^10.0 || ^11.0
- illuminate/notifications: ^10.0 || ^11.0
- illuminate/queue: ^10.0 || ^11.0
- laravel/framework: ^10.0 || ^11.0
- mockery/mockery: ^1.6.12
- nikic/php-parser: ^4.19 || ^5.0
- orchestra/testbench: ^9.5
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.1
- phpunit/phpunit: ^11.4
Suggests
- fzaninotto/faker: Required to use the entity factory builder (~1.4).
- laravel-doctrine/acl: to integrate Doctrine roles & permissions with Laravel's Authorization system (~1.0)
- laravel-doctrine/extensions: to add Behavioral and Query/Type Extensions for Laravel Doctrine (~1.0)
- laravel-doctrine/migrations: to add support for migrations in Laravel Doctrine (~1.0)
- yajra/laravel-oci8: Support for Laravel native queue and session database drivers in Oracle (~2.0).
Conflicts
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0RC2
- 3.0.0RC1
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.8.x-dev
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.x-dev
- 1.7.13
- 1.7.12
- 1.7.11
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- v1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- v1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-cache-default-lifetime
- dev-issue-451-urlroutable
This package is auto-updated.
Last update: 2024-11-01 20:42:16 UTC
README
Laravel Doctrine ORM
An integration library for Laravel and Doctrine ORM
Installation
Via composer:
composer require laravel-doctrine/orm
The ServiceProvider and Facades are autodiscovered.
Publish the config:
php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\DoctrineServiceProvider"
Documentation
Full documentation at https://laravel-doctrine-orm-official.readthedocs.io or in the docs directory.
Versions
- Version 3 supports DBAL ^4.0, ORM ^3.0, and PHP 8.2. See the upgrade guide for more information.
- Version 2 supports Laravel 9 - 11, DBAL ^3.0, ORM ^2.0, and PHP ^8.0.
- Version 1 supports Laravel 6 - 9, DBAL ^2.0, ORM ^2.0, and PHP ^5.5 - ^8.0. See documentation in version 2
License
See LICENSE.