{"id":21802080,"url":"https://github.com/php-translation/flysystem-adapter","last_synced_at":"2025-04-13T18:40:53.450Z","repository":{"id":57040036,"uuid":"77827064","full_name":"php-translation/flysystem-adapter","owner":"php-translation","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-17T12:01:14.000Z","size":22,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T09:22:01.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/php-translation.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-02T10:51:25.000Z","updated_at":"2022-09-24T01:56:49.000Z","dependencies_parsed_at":"2022-08-23T23:30:35.860Z","dependency_job_id":null,"html_url":"https://github.com/php-translation/flysystem-adapter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fflysystem-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fflysystem-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fflysystem-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fflysystem-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-translation","download_url":"https://codeload.github.com/php-translation/flysystem-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248764352,"owners_count":21158069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T11:22:39.214Z","updated_at":"2025-04-13T18:40:53.416Z","avatar_url":"https://github.com/php-translation.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adapter for Flysystem\n\n[![Latest Version](https://img.shields.io/github/release/php-translation/flysystem-adapter.svg?style=flat-square)](https://github.com/php-translation/flysystem-adapter/releases)\n[![Build Status](https://img.shields.io/travis/php-translation/flysystem-adapter.svg?style=flat-square)](https://travis-ci.org/php-translation/flysystem-adapter)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-translation/flysystem-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/flysystem-adapter)\n[![Quality Score](https://img.shields.io/scrutinizer/g/php-translation/flysystem-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/flysystem-adapter)\n[![Total Downloads](https://img.shields.io/packagist/dt/php-translation/flysystem-adapter.svg?style=flat-square)](https://packagist.org/packages/php-translation/flysystem-adapter)\n\nThis is an PHP-translation adapter for [Flysystem](https://flysystem.thephpleague.com/).\n\n### Install\n\n```bash\ncomposer require php-translation/flysystem-adapter\n```\n\n##### Symfony bundle\n\nIf you want to use the Symfony bundle you may activate it in kernel:\n\n```\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new Translation\\PlatformAdapter\\Flysystem\\Bridge\\Symfony\\TranslationAdapterFlysystemBundle(),\n    );\n}\n```\n\nConfigure Flysystem adapters like\n``` yaml\n# /app/config/config.yml\ntranslation_adapter_flysystem:\n  filesystems:\n    local:\n      flysystem_service: 'local.service_id' \n      path: 'path/to/trans' \n    foobar:\n      flysystem_service: 'foobar.service_id' \n      path: 'path/to/trans' \n```\n\n\nThis will produce two services named `php_translation.adapter.flysystem.local` \nand `php_translation.adapter.flysystem.foobar` that could be used in the configuration for\nthe [Translation Bundle](https://github.com/php-translation/symfony-bundle).\n\n### Documentation\n\nRead our documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/).\n\n### Contribute\n\nDo you want to make a change? Pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-translation%2Fflysystem-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-translation%2Fflysystem-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-translation%2Fflysystem-adapter/lists"}