mi/puli-metadata-file-locator-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This bundle integrates the mi/puli-metadata-file-locator library with the jms/serializer-bundle

v1.0.0 2015-09-12 10:46 UTC

This package is not auto-updated.

Last update: 2020-02-07 09:35:10 UTC


README

Latest Stable Version Latest Unstable Version Total Downloads License StyleCI

Overview

...

Installation

  1. Add this bundle to your project as a composer dependency:
composer require mi/puli-metadata-file-locator-bundle
  1. Add this bundle in your application kernel:

    // app/AppKernel.php
    public function registerBundles()
    {
        // ...
        $bundles[] = new \Mi\Bundle\PuliMetadataFileLocatorBundle\MiPuliMetadataFileLocatorBundle();
    
        return $bundles;
    }

Usage

...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This library is under the MIT license.