fivelab/resource-bundle

Add the resource system to symfony application

v2.1.0 2023-05-08 13:30 UTC

This package is auto-updated.

Last update: 2024-04-08 15:18:47 UTC


README

 #StandWithUkraine 

ResourceBundle

Build Status

Integrate the Resource library with Symfony applications.

Requirements

  • PHP 7.4 or higher
  • Symfony 4.4 or higher

Installation

Add ResourceBundle in your composer.json:

{
    "require": {
        "fivelab/resource-bundle": "~2.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivelab/resource-bundle

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!