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
Package info
github.com/MovingImage24/MiPuliMetadataFileLocatorBundle
Type:symfony-bundle
pkg:composer/mi/puli-metadata-file-locator-bundle
v1.0.0
2015-09-12 10:46 UTC
Requires
- php: >=5.6.0
- jms/serializer-bundle: ^1.0
- mi/metadata-puli-file-locator: ^1.0
Requires (Dev)
- symfony/framework-bundle: ^2.7
This package is not auto-updated.
Last update: 2020-02-07 09:35:10 UTC
README
Overview
...
Installation
- Add this bundle to your project as a composer dependency:
composer require mi/puli-metadata-file-locator-bundle
-
Add this bundle in your application kernel:
// app/AppKernel.php public function registerBundles() { // ... $bundles[] = new \Mi\Bundle\PuliMetadataFileLocatorBundle\MiPuliMetadataFileLocatorBundle(); return $bundles; }
Usage
...
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
License
This library is under the MIT license.