wedgesama/doctrine-extensions
最新稳定版本:v2.2.0
Composer 安装命令:
composer require wedgesama/doctrine-extensions
包简介
A library to extend Doctrine ORM capabilities.
关键字:
README 文档
README
A library to extend Doctrine ORM capabilities.
Install
composer require wedgesama/doctrine-extensions
Symfony integration (^4.4|^5.0)
Flex recipe not yet available.
- Enable the bundle in your
config/bundle.php:<?php
return [
//...
WS\Library\DoctrineExtensions\Bridge\Symfony\WSDoctrineExtensionsBundle::class => ['all' => true],
//...
];
- Create a new `config\packages\ws_doctrine_extensions.yaml` file, you will config the bundle here.
ws_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.
- [Enum types](doc/enum.md): Provide a new Doctrine ORM type for native PHP enum.
- 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
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-03