laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM
5,611,460 840
Install
composer require laravel-doctrine/orm
Latest Version:3.3.3
PHP:^8.3
License:MIT
Last Updated:Apr 12, 2026
Links: GitHub  ·  Packagist
Maintainer: eigan

Laravel Doctrine ORM

An integration library for Laravel and Doctrine ORM

Build Status Code Coverage PHPStan Documentation Packagist Downloads

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.

Related Packages

laravel-doctrine/fluent

A fluent PHP mapping driver for Doctrine2.

454,056 43
laravel-doctrine/extensions

Doctrine extensions for Laravel

3,650,059 49
laravel-doctrine/migrations

Doctrine Migrations for Laravel

2,934,328 78
jorrit77/laravel-doctrine

The Doctrine 2 implementation that melts with Laravel 4

55 0