bytes/docraptor-bundle
Composer 安装命令:
composer require bytes/docraptor-bundle
包简介
Bundle around the Docraptor API client
README 文档
README
Symfony2 bundle for using the Docraptor API.
Installation
If you are using Composer and Symfony >= 2.1.*, add the following to composer.json file:
{ "require": { "bytes/docraptor-bundle": "0.0.*", "bytes/docraptor": "@dev" } }
Finally, register the bundle with your kernel in app/appKernel.php:
public function registerBundles() { $bundles = array( // ... new Bytes\Bundle\DocraptorBundle\BytesDocraptorBundle(), // ... ); // ... }
统计信息
- 总下载量: 12.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-01