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: 6 months 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 (over 10 years ago)
- Default Branch: 3.1.x
- Last Pushed: 2025-03-11T01:59:26.000Z (8 months ago)
- Last Synced: 2025-05-11T00:07:53.924Z (6 months ago)
- Topics: doctrine, laravel, orm
- Language: PHP
- Homepage:
- Size: 1.4 MB
- Stars: 833
- Watchers: 39
- Forks: 174
- Open Issues: 4
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
- awesome-laravel-framework - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
- laravel-awesome - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
- awesome-laravel - Laravel Doctrine - Doctrine 2 ORM implementation (Popular Packages)
- awesome-laravel - Laravel Doctrine - Implementación de Doctrine ORM (Paquetes utiles)
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).