2017 © Pedro Peláez
 

library orm

A Doctrine ORM bridge for Laravel 5

image

laravel-doctrine/orm

A Doctrine ORM bridge for Laravel 5

  • Monday, May 28, 2018
  • by patrickbrouwers
  • Repository
  • 45 Watchers
  • 518 Stars
  • 449,676 Installations
  • PHP
  • 50 Dependents
  • 5 Suggesters
  • 106 Forks
  • 13 Open issues
  • 79 Versions
  • 14 % Grown

The README.md

, (*1)

Laravel Doctrine ORM

An integration library for Laravel and Doctrine ORM, (*2)

Build Status Code Coverage PHPStan Documentation Packagist Downloads, (*3)

Installation

Via composer:, (*4)

composer require laravel-doctrine/orm

The ServiceProvider and Facades are autodiscovered., (*5)

Publish the config:, (*6)

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., (*7)

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., (*8)

The Versions