An open API service indexing awesome lists of open source software.

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

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