https://github.com/php-translation/flysystem-adapter
https://github.com/php-translation/flysystem-adapter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-translation/flysystem-adapter
- Owner: php-translation
- License: mit
- Created: 2017-01-02T10:51:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T12:01:14.000Z (over 7 years ago)
- Last Synced: 2025-03-27T09:22:01.469Z (about 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Adapter for Flysystem
[](https://github.com/php-translation/flysystem-adapter/releases)
[](https://travis-ci.org/php-translation/flysystem-adapter)
[](https://scrutinizer-ci.com/g/php-translation/flysystem-adapter)
[](https://scrutinizer-ci.com/g/php-translation/flysystem-adapter)
[](https://packagist.org/packages/php-translation/flysystem-adapter)
This is an PHP-translation adapter for [Flysystem](https://flysystem.thephpleague.com/).
### Install
```bash
composer require php-translation/flysystem-adapter
```
##### Symfony bundle
If you want to use the Symfony bundle you may activate it in kernel:
```