cubicmushroom/value-objects-bundle
Composer 安装命令:
composer require cubicmushroom/value-objects-bundle
包简介
Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package
README 文档
README
Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package
Usage instructions
-
Install via composer...
$ composer require cubicmushroom/value-objects-bundle {version} -
Register the bundle with Symfony in the
app/AppKernel.phpfile...class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new \CubicMushroom\Symfony\ValueObjectsBundle\CMValueObjectsBundle(), // ... ]; } }
Which version do I use?
This Package's minor releases follow along with those of the Symfony framework, i.e. 2.7.x should be installed for Symfony 2.7.x projects, 2.8.x should be installed for Symfony 2.8.x projects, etc.
统计信息
- 总下载量: 151
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2016-04-23