lsoft/extra-bundle

Lsoft fork of Avro extra Bundle

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.3 2019-04-22 07:08 UTC

This package is auto-updated.

Last update: 2022-11-20 00:02:56 UTC


README

Installation

Add the Avro namespace to your autoloader:

// app/autoload.php

$loader->registerNamespaces(array(
    // ...
    'Avro' => __DIR__.'/../vendor/bundles',
));

Enable the bundle in the kernel:

// app/AppKernel.php

    new Avro\ExtraBundle\AvroExtraBundle
[AvroExtraBundle]
    git=git://github.com/Avro/ExtraBundle.git
    target=bundles/Avro/ExtraBundle

Now, run the vendors script to download the bundle:

$ php bin/vendors install