Resource System
, (*1)
Add functionality for work with resources in you application and serialize this resources to any formats., (*2)
Support formats:, (*3)
Requirements
Installation
Add Resource package in your composer.json:, (*4)
{
"require": {
"fivelab/resource": "~1.0"
}
}
Now tell composer to download the library by running the command:, (*5)
```shell script
php composer.phar update fivelab/resource, (*6)
Documentation
----------
The source of the documentation is stored in the `docs` folder in this package:
[Read the Documentation](docs/index.md)
License
-------
This library is under the MIT license. See the complete license in library
LICENSE, (*7)
Development
-----------
For easy development you can use our `Dockerfile`:
```shell script
docker build -t fivelab-resource .
docker run -it -v $(pwd):/code fivelab-resource bash
After run docker container, please install vendors:, (*8)
shell script
composer install
, (*9)
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker., (*10)
Contributors:
Thanks to everyone participating in the development of this Resource library!, (*11)