msgphp/eav-bundle
最新稳定版本:v0.15.1
Composer 安装命令:
composer require msgphp/eav-bundle
包简介
Basic entity-attribute-value management (the `EAV` domain)
README 文档
README
msgphp/* repositories are not actively developed/supported anymore.
Use in production on your own risks.
If you want to do some hotfixes - please do PR directly in target repository instead of previous msgphp/msgphp monorepository
Entity-Attribute-Value Bundle
A Symfony bundle for basic EAV management.
Installation
composer require msgphp/eav-bundle
Configuration
<?php // config/packages/msgphp_eav.php use MsgPhp\Eav\Attribute; use MsgPhp\Eav\AttributeValue; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return function (ContainerConfigurator $container) { $container->extension('msgphp_eav', [ 'class_mapping' => [ Attribute::class => \App\Entity\Attribute::class, AttributeValue::class => \App\Entity\AttributeValue::class, ], ]); };
Documentation
- Read the main documentation
- Try the Symfony demo application
- Get support on Symfony's Slack
#msgphpchannel or raise an issue
Contributing
统计信息
- 总下载量: 20.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-05