2017 © Pedro PelĆ”ez
 

library resource-bundle

Add the resource system to symfony application

image

fivelab/resource-bundle

Add the resource system to symfony application

  • Thursday, December 14, 2017
  • by ZhukV
  • Repository
  • 1 Watchers
  • 0 Stars
  • 299 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Russia has become a terrorist state.

Ā #StandWithUkraineĀ 

ResourceBundle

Build Status, (*1)

Integrate the Resource library with Symfony applications., (*2)

Requirements

  • PHP 7.4 or higher
  • Symfony 4.4 or higher

Installation

Add ResourceBundle in your composer.json:, (*3)

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

Now tell composer to download the library by running the command:, (*4)

$ php composer.phar update fivelab/resource-bundle

License

This library is under the MIT license. See the complete license in library, (*5)

LICENSE

Development

For easy development you can use our Dockerfile:, (*6)

```shell script docker build -t fivelab-resource-bundle . docker run -it -v $(pwd):/code fivelab-resource-bundle bash, (*7)


After run docker container, please install vendors: ```shell script composer install

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*8)

Contributors:

Thanks to everyone participating in the development of this Resource library!, (*9)

The Versions