An open API service indexing awesome lists of open source software.

https://github.com/php-translation/symfony-storage


https://github.com/php-translation/symfony-storage

php-translator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Symfony Storage

[![Latest Version](https://img.shields.io/github/release/php-translation/symfony-storage.svg?style=flat-square)](https://github.com/php-translation/symfony-storage/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/php-translation/symfony-storage.svg?style=flat-square)](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/).