mi / puli-metadata-file-locator-bundle
This bundle integrates the mi/puli-metadata-file-locator library with the jms/serializer-bundle
Installs: 3 409
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:symfony-bundle
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.