Skip to content
/ orm Public
forked from laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

License

Notifications You must be signed in to change notification settings

bartjuh4/orm

This branch is 1 commit ahead of, 2 commits behind laravel-doctrine/orm:3.0.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a55962 · Feb 2, 2025
Dec 14, 2024
Oct 30, 2024
Oct 26, 2024
Feb 2, 2025
Dec 3, 2024
Dec 3, 2024
Oct 23, 2024
Dec 3, 2024
Oct 13, 2024
Oct 3, 2024
Dec 14, 2024
Oct 30, 2024
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Dec 3, 2024

Repository files navigation

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.

About

An integration library for Laravel and Doctrine ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%