https://github.com/atomicptr/flysystem-github-storage
A GitHub based filesystem for Flysystem
https://github.com/atomicptr/flysystem-github-storage
flysystem flysystem-adapter flysystem-plugin laravel storage
Last synced: 2 days ago
JSON representation
A GitHub based filesystem for Flysystem
- Host: GitHub
- URL: https://github.com/atomicptr/flysystem-github-storage
- Owner: atomicptr
- License: mit
- Created: 2024-03-18T21:04:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T20:49:46.000Z (7 months ago)
- Last Synced: 2025-10-19T20:42:29.950Z (3 months ago)
- Topics: flysystem, flysystem-adapter, flysystem-plugin, laravel, storage
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flysystem-github-storage
A GitHub based filesystem for Flysystem, powered by [php-github-api](https://github.com/KnpLabs/php-github-api).
**Note**: Keep in mind that GitHub has a rate limit, so if you need a lot of file operations you might
need something else.
Inspired by [@RoyVoetman/flysystem-gitlab-storage](https://github.com/RoyVoetman/flysystem-gitlab-storage).
## Usage
```php