laravel-doctrine/orm 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-doctrine/orm

最新稳定版本:3.1.1

Composer 安装命令:

composer require laravel-doctrine/orm

包简介

An integration library for Laravel and Doctrine ORM

README 文档

README

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.

统计信息

  • 总下载量: 5.12M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 852
  • 点击次数: 2
  • 依赖项目数: 91
  • 推荐数: 9

GitHub 信息

  • Stars: 843
  • Watchers: 39
  • Forks: 179
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-11