Skip to content

copromatic/docraptor-bundle

 
 

Repository files navigation

BytesDocraptorBundle

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(),
        // ...
    );

    // ...
}

About

Symfony2 wrapper for the Docraptor API client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%