dev-master
9999999-dev http://github.com/MartijnDwars/DocraptorBundleBundle around the Docraptor API client
MIT
The Requires
by Martijn Dwars
api symfony2 bundle docraptor
Bundle around the Docraptor API client
Symfony2 bundle for using the Docraptor API., (*1)
If you are using Composer and Symfony >= 2.1.*, add the following to composer.json
file:, (*2)
{ "require": { "bytes/docraptor-bundle": "0.0.*", "bytes/docraptor": "@dev" } }
Finally, register the bundle with your kernel in app/appKernel.php
:, (*3)
public function registerBundles() { $bundles = array( // ... new Bytes\Bundle\DocraptorBundle\BytesDocraptorBundle(), // ... ); // ... }
Bundle around the Docraptor API client
MIT
api symfony2 bundle docraptor