ryzhov / fixtures-bundle
此包已被弃用且不再维护。未建议替代包。
symfony 框架的 FixturesBundle
dev-master / 1.1.x-dev
2018-09-21 10:11 UTC
Requires
- php: >=5.3.2
- doctrine/data-fixtures: ^1.1
- keboola/csv: ^1.1
- symfony/dependency-injection: ^3.2
This package is not auto-updated.
Last update: 2020-08-21 20:52:49 UTC
README
FixturesBundle
提供从 yml 或 csv 文件加载固定数据的实用服务
许可证
此包基于 MIT 许可协议 发布
安装
使用 composer 安装此包及其依赖项
$ composer require ryzhov/fixtures-bundle
注册此包
// app/AppKernel.php public function registerBundles() { $bundles = array( new Ryzhov\Bundle\FixturesBundle(), ); }