{"id":37014137,"url":"https://github.com/mstaack/flysystem-encryption-adapter","last_synced_at":"2026-01-14T01:24:13.507Z","repository":{"id":57021549,"uuid":"43128060","full_name":"mstaack/flysystem-encryption-adapter","owner":"mstaack","description":"Flysystem Encryption Adapter","archived":false,"fork":false,"pushed_at":"2019-02-05T16:54:28.000Z","size":16,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T17:32:35.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mstaack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-25T09:34:53.000Z","updated_at":"2022-09-24T04:41:14.000Z","dependencies_parsed_at":"2022-08-23T12:20:41.162Z","dependency_job_id":null,"html_url":"https://github.com/mstaack/flysystem-encryption-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mstaack/flysystem-encryption-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstaack%2Fflysystem-encryption-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstaack%2Fflysystem-encryption-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstaack%2Fflysystem-encryption-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstaack%2Fflysystem-encryption-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstaack","download_url":"https://codeload.github.com/mstaack/flysystem-encryption-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstaack%2Fflysystem-encryption-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-14T01:24:12.864Z","updated_at":"2026-01-14T01:24:13.488Z","avatar_url":"https://github.com/mstaack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypted Flysystem Adapter\n\n[![Build Status](https://img.shields.io/travis/mstaack/flysystem-encryption-adapter.svg?style=flat-square)](https://travis-ci.org/mstaack/flysystem-encryption-adapter)\n[![Total Downloads](https://img.shields.io/packagist/dt/mstaack/flysystem-encryption-adapter.svg?style=flat-square)](https://packagist.org/packages/mstaack/flysystem-encryption-adapter)\n\n\n\nUses `halite` as a default or implement `EncryptionInterface`. Also uses a stream filter when requested.\n\n## Installation\n\n```bash\ncomposer require mstaack/flysystem-encryption-adapter\n```\n\n## Usage\n\n```php\nuse League\\Flysystem\\Filesystem;\nuse League\\Flysystem\\Memory\\MemoryAdapter;\nuse MStaack\\Flysystem\\Encryption\\Encryption;\nuse MStaack\\Flysystem\\Encryption\\EncryptionAdapterDecorator;\n\n$adapter = new MemoryAdapter();\n$encryption = new Encryption($encryptionKey='yournicekey');\n\n$adapterDecorator = new EncryptionAdapterDecorator($adapter, $encryption);\n\n$filesystem = new Filesystem($adapterDecorator)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstaack%2Fflysystem-encryption-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstaack%2Fflysystem-encryption-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstaack%2Fflysystem-encryption-adapter/lists"}