php-translation / symfony-storage
使用 Symfony 翻译组件的翻译文件存储。
2.4.0
2024-01-29 16:41 UTC
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
这是一个使用 Symfony 翻译编写器和加载器的 PHP 翻译存储适配器。
安装
composer require php-translation/symfony-storage
测试
通过运行执行静态代码分析(修复代码风格,并使用 PHPStan 进行测试)
make static
文档
在 https://php-translation.readthedocs.io 阅读完整文档。