{"id":18345778,"url":"https://github.com/hyperf/flysystem-oss","last_synced_at":"2025-07-20T09:03:52.255Z","repository":{"id":43022999,"uuid":"383504648","full_name":"hyperf/flysystem-oss","owner":"hyperf","description":"Aliyun OSS Adapter for Flysystem v2.0","archived":false,"fork":false,"pushed_at":"2024-08-06T02:16:24.000Z","size":31,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-30T20:16:57.857Z","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/hyperf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"hyperf","custom":"https://hyperf.wiki/#/zh-cn/donate"}},"created_at":"2021-07-06T14:52:07.000Z","updated_at":"2024-08-06T02:16:14.000Z","dependencies_parsed_at":"2024-08-06T04:13:57.444Z","dependency_job_id":null,"html_url":"https://github.com/hyperf/flysystem-oss","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hyperf/flysystem-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperf%2Fflysystem-oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperf%2Fflysystem-oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperf%2Fflysystem-oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperf%2Fflysystem-oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperf","download_url":"https://codeload.github.com/hyperf/flysystem-oss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperf%2Fflysystem-oss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266094017,"owners_count":23875560,"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-05T21:09:26.866Z","updated_at":"2025-07-20T09:03:52.219Z","avatar_url":"https://github.com/hyperf.png","language":"PHP","readme":"# OSS Adapter for Flysystem\n\n```\ncomposer require hyperf/flysystem-oss\n```\n\n## 鸣谢\n\n借鉴了 [xxtime/flysystem-aliyun-oss](https://github.com/xxtime/flysystem-aliyun-oss) 部分代码，在此表示感谢。\n\n## 使用\n\n```php\n\u003c?php\n\n$adapter = new Adapter([\n    'accessId' =\u003e env('OSS_ACCESS_ID'),\n    'accessSecret' =\u003e env('OSS_ACCESS_SECRET'),\n    'bucket' =\u003e env('OSS_BUCKET'),\n    'endpoint' =\u003e env('OSS_ENDPOINT'),\n    'timeout' =\u003e 3600,\n    'connectTimeout' =\u003e 10,\n    'isCName' =\u003e false,\n    'token' =\u003e null,\n    'proxy' =\u003e null,\n]);\n$flysystem = new Filesystem($adapter);\n$flysystem-\u003ewrite('test.json', Json::encode(['id' =\u003e uniqid()]));\n```\n","funding_links":["https://opencollective.com/hyperf","https://hyperf.wiki/#/zh-cn/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperf%2Fflysystem-oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperf%2Fflysystem-oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperf%2Fflysystem-oss/lists"}