2017 © Pedro Peláez
 

symfony-bundle docraptor-bundle

Bundle around the Docraptor API client

image

bytes/docraptor-bundle

Bundle around the Docraptor API client

  • Sunday, May 19, 2013
  • by MartijnDwars
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9,668 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

BytesDocraptorBundle

Symfony2 bundle for using the Docraptor API., (*1)

Installation

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

    // ...
}

The Versions

19/05 2013

dev-master

9999999-dev http://github.com/MartijnDwars/DocraptorBundle

Bundle around the Docraptor API client

  Sources   Download

MIT

The Requires

 

by Martijn Dwars

api symfony2 bundle docraptor