{"id":16315044,"url":"https://github.com/zingimmick/flysystem-oss","last_synced_at":"2025-03-22T21:31:26.436Z","repository":{"id":38039375,"uuid":"449622739","full_name":"zingimmick/flysystem-oss","owner":"zingimmick","description":"OSS filesystem adapter for Flysystem","archived":false,"fork":false,"pushed_at":"2024-04-02T13:02:16.000Z","size":201,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"3.x","last_synced_at":"2024-04-02T14:27:10.416Z","etag":null,"topics":["filesystem","flysystem","oss"],"latest_commit_sha":null,"homepage":"","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/zingimmick.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"custom":"https://www.paypal.com/paypalme/zingimmick"}},"created_at":"2022-01-19T09:16:25.000Z","updated_at":"2024-04-02T14:27:11.322Z","dependencies_parsed_at":"2024-03-26T04:49:50.805Z","dependency_job_id":null,"html_url":"https://github.com/zingimmick/flysystem-oss","commit_stats":{"total_commits":81,"total_committers":4,"mean_commits":20.25,"dds":0.3580246913580247,"last_synced_commit":"76463e319c0e514fac61f9d547d222080f9ff0f5"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":"zingimmick/package-skeleton-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fflysystem-oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fflysystem-oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fflysystem-oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fflysystem-oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zingimmick","download_url":"https://codeload.github.com/zingimmick/flysystem-oss/tar.gz/refs/heads/3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245022471,"owners_count":20548545,"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":["filesystem","flysystem","oss"],"created_at":"2024-10-10T21:55:54.848Z","updated_at":"2025-03-22T21:31:26.170Z","avatar_url":"https://github.com/zingimmick.png","language":"PHP","funding_links":["https://www.paypal.com/paypalme/zingimmick"],"categories":[],"sub_categories":[],"readme":"# Flysystem OSS\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/zingimmick/flysystem-oss/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://github.com/zingimmick/flysystem-oss/actions/workflows/tests.yml/badge.svg?branch=3.x\" alt=\"tests\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/zingimmick/flysystem-oss\"\u003e\u003cimg src=\"https://codecov.io/gh/zingimmick/flysystem-oss/branch/3.x/graph/badge.svg\" alt=\"Code Coverage\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/flysystem-oss\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/flysystem-oss/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/flysystem-oss\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/flysystem-oss/downloads\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/flysystem-oss\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/flysystem-oss/v/unstable.svg\" alt=\"Latest Unstable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/flysystem-oss\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/flysystem-oss/license\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e **Requires**\n\u003e - **[PHP 8.0+](https://php.net/releases/)**\n\u003e - **[Flysystem 3.10+](https://github.com/thephpleague/flysystem/releases)**\n\n## Version Information\n\n| Version | Flysystem | PHP Version | Status                  |\n|:--------|:----------|:------------|:------------------------|\n| 3.x     | 3.10+     | \u003e= 8.0      | Active support :rocket: |\n| 2.x     | 2.x - 3.x | \u003e= 7.2      | Active support          |\n| 1.x     | 1.x       | \u003e= 7.2      | Active support          |\n\nRequire Flysystem OSS using [Composer](https://getcomposer.org):\n\n```bash\ncomposer require zing/flysystem-oss\n```\n\n## Usage\n\n```php\nuse League\\Flysystem\\Filesystem;\nuse OSS\\OssClient;\nuse Zing\\Flysystem\\Oss\\OssAdapter;\n\n$prefix = '';\n$config = [\n    'provider' =\u003e new StaticCredentialsProvider('aW52YWxpZC1rZXk=', 'aW52YWxpZC1zZWNyZXQ='),\n    'bucket' =\u003e 'test',\n    'endpoint' =\u003e 'oss-cn-shanghai.aliyuncs.com',\n];\n\n$config['options'] = [\n    'url' =\u003e '',\n    'endpoint' =\u003e $config['endpoint'], \n    'bucket_endpoint' =\u003e '',\n    'temporary_url' =\u003e '',\n];\n\n$client = new OssClient($config);\n$adapter = new OssAdapter($client, $config['bucket'], $prefix, null, null, $config['options']);\n$flysystem = new Filesystem($adapter);\n```\n\n## Integration\n\n- Laravel: [zing/laravel-flysystem-oss](https://github.com/zingimmick/laravel-flysystem-oss)\n\n## Reference\n\n[league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3)\n\n## License\n\nFlysystem OSS is an open-sourced software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingimmick%2Fflysystem-oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzingimmick%2Fflysystem-oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingimmick%2Fflysystem-oss/lists"}