drosalys-web/doctrine-extensions 问题修复 & 功能扩展

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

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

drosalys-web/doctrine-extensions

最新稳定版本:v1.4.0

Composer 安装命令:

composer require drosalys-web/doctrine-extensions

包简介

A library to extend Doctrine ORM capabilities.

README 文档

README

A library to extend Doctrine ORM capabilities.

Install

composer require drosalys-web/doctrine-extensions

Symfony integration (^4.4|^5.0)

Flex recipe not yet available.

  • Enable the bundle in your config/bundle.php:
    <?php
    

return [

//...
DrosalysWeb\DoctrineExtensions\Bridge\Symfony\DrosalysWebDoctrineExtensionsBundle::class => ['all' => true],
//...

];


- Create a new `config\packages\drosalys_doctrine_extensions.yaml` file, you will config the bundle here.

drosalys_doctrine_extensions: ~


- That all for default configuration.

## Documentations

Here all capabilities documentations:
- [Available functions](doc/functions.md): Provide some useful Doctrine ORM functions for mariaDB.
- Auto-prefix table names (DOC TODO)

## TODO

- Better documentation.
- Flex recipe for Symfony.
- Add example for standalone usage.

## License

This bundle is under the MIT license. See the complete license:

    LICENSE

统计信息

  • 总下载量: 3.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-13