SkillAgentSearch skills...

Orm

An integration library for Laravel and Doctrine ORM

Install / Use

/learn @laravel-doctrine/Orm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://placehold.co/10x10/337ab7/337ab7.png" width="100%" height="15px"> <img width="450px" src="https://github.com/laravel-doctrine/orm/blob/3.0.x/docs/banner.png"/> </p>

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 Skills

View on GitHub
GitHub Stars842
CategoryDevelopment
Updated20d ago
Forks183

Languages

PHP

Security Score

100/100

Audited on Mar 8, 2026

No findings