https://github.com/laravel-doctrine/orm
An integration library for Laravel and Doctrine ORM
https://github.com/laravel-doctrine/orm
doctrine laravel orm
Last synced: 3 days ago
JSON representation
An integration library for Laravel and Doctrine ORM
- Host: GitHub
- URL: https://github.com/laravel-doctrine/orm
- Owner: laravel-doctrine
- License: mit
- Created: 2015-07-13T20:37:59.000Z (almost 10 years ago)
- Default Branch: 3.1.x
- Last Pushed: 2025-03-11T01:59:26.000Z (about 1 month ago)
- Last Synced: 2025-04-10T09:43:28.467Z (6 days ago)
- Topics: doctrine, laravel, orm
- Language: PHP
- Homepage:
- Size: 1.4 MB
- Stars: 830
- Watchers: 39
- Forks: 176
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-framework - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
- awesome-laravel - Laravel Doctrine - Implementación de Doctrine ORM (Paquetes utiles)
- laravel-awesome - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
- awesome-laravel - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
README
![]()
![]()
Laravel Doctrine ORM
====================An integration library for Laravel and Doctrine ORM
[](https://github.com/laravel-doctrine/orm/actions/workflows/continuous-integration.yml?query=branch%3Amain)
[](https://codecov.io/gh/laravel-doctrine/orm)
[](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg)
[](https://laravel-doctrine-orm-official.readthedocs.io/en/latest/)
[](https://packagist.org/packages/laravel-doctrine/orm)Installation
------------Via composer:
```bash
composer require laravel-doctrine/orm
```The ServiceProvider and Facades are autodiscovered.
Publish the config:
```bash
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](https://laravel-doctrine-orm-official.readthedocs.io/en/latest/upgrade.html) 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](https://github.com/laravel-doctrine/orm/tree/2.0?tab=readme-ov-file#versions)License
-------See [LICENSE](https://github.com/laravel-doctrine/orm/blob/master/LICENSE).