fivelab / resource-bundle
Add the resource system to symfony application
Installs: 9 580
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- fivelab/exception: ~1.0
- fivelab/resource: ~1.1.0
- psr/log: ~1.0.0
- sensio/framework-extra-bundle: ~3.0 || ~4.0 || ~5.0
- symfony/property-info: ~3.0 || ~4.0
Requires (Dev)
- escapestudios/symfony2-coding-standard: ~3.5.0
- phpmetrics/phpmetrics: ^2.0
- phpunit/phpunit: ^7.5
- symfony/security: ~3.0
- symfony/validator: ~3.0
- symfony/yaml: ~3.0
README
Integrate the Resource library with Symfony applications.
Requirements
- PHP 7.1 or higher
- Symfony3 or higher
Installation
Add ResourceBundle in your composer.json:
{ "require": { "fivelab/resource-bundle": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/resource-bundle
Documentation
The source of the documentation is stored in the docs
folder in this package:
License
This library is under the MIT license. See the complete license in library
LICENSE
Development
For easy development you can use our Dockerfile
:
docker build -t fivelab-resource-bundle . docker run -it -v $(pwd):/code fivelab-resource-bundle bash
After run docker container, please install vendors:
composer install
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
Contributors:
Thanks to everyone participating in the development of this Resource library!