https://github.com/php-translation/symfony-storage
https://github.com/php-translation/symfony-storage
php-translator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-translation/symfony-storage
- Owner: php-translation
- License: mit
- Created: 2017-01-02T10:50:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T16:51:58.000Z (over 2 years ago)
- Last Synced: 2025-03-29T01:14:45.424Z (about 1 year ago)
- Topics: php-translator
- Language: PHP
- Size: 101 KB
- Stars: 93
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Storage
[](https://github.com/php-translation/symfony-storage/releases)
[](https://packagist.org/packages/php-translation/symfony-storage)
This is a PHP Translation storage adapter that uses Symfony's translation writer
and loader.
### Install
```bash
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](https://php-translation.readthedocs.io/en/latest/).