ddeboer/data-import-bundle
最新稳定版本:0.1.0
Composer 安装命令:
composer require ddeboer/data-import-bundle
包简介
A Symfony2 bundle for the ddeboer/data-import library
README 文档
README
Introduction
This is a Symfony2 bundle for the ddeboer/data-import library.
Installation
This library is available on Packagist:
To install it, run:
$ composer require ddeboer/data-import-bundle:~0.1
If you’re on Symfony 2.1, use the appropriate branch instead:
$ composer require ddeboer/data-import-bundle:symfony-2.1
Then add the bundle to app/AppKernel.php:
public function registerBundles()
{
return array(
...
new Ddeboer\DataImportBundle\DdeboerDataImportBundle(),
...
);
}
统计信息
- 总下载量: 1.25M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 69
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2011-12-08