php-translation / symfony-storage
A translation file storage using Symfony translation component.
Installs: 3 594 128
Dependents: 8
Suggesters: 0
Security: 0
Stars: 93
Watchers: 7
Forks: 14
Open Issues: 1
Requires
- php: ^7.2 || ^8.0
- php-translation/common: ^3.0
- symfony/translation: ^3.4 || ^4.2 || ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- phpunit/phpunit: >=8.5.20
- symfony/framework-bundle: ^3.4 || ^4.2 || ^5.0 || ^6.0 || ^7.0
README
This is a PHP Translation storage adapter that uses Symfony's translation writer and loader.
Install
composer require php-translation/symfony-storage
Tests
Static code analysis (fix code style, and test using PHPStan) by running:
make static
Documentation
Read the full documentation at https://php-translation.readthedocs.io.