# 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)
[![Build Status](https://img.shields.io/travis/php-translation/symfony-storage.svg?style=flat-square)](https://travis-ci.org/php-translation/symfony-storage)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-translation/symfony-storage.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/symfony-storage)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-translation/symfony-storage.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/symfony-storage)
[![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 an 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 our documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/).
