• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Dec-2021-

src/H28-Dec-2021-2,5951,674

INFO.mdH A D15-May-2021137 32

LICENSEH A D15-May-20211 KiB2016

composer.jsonH A D15-May-20211.2 KiB4746

config.subsplit-publish.jsonH A D15-May-20211.4 KiB4544

readme.mdH A D15-May-20212.5 KiB4530

readme.md

1# League\Flysystem
2
3[![Author](https://img.shields.io/badge/author-@frankdejonge-blue.svg)](https://twitter.com/frankdejonge)
4[![Source Code](https://img.shields.io/badge/source-thephpleague/flysystem-blue.svg)](https://github.com/thephpleague/flysystem)
5[![Latest Version](https://img.shields.io/github/tag/thephpleague/flysystem.svg)](https://github.com/thephpleague/flysystem/releases)
6[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/thephpleague/flysystem/blob/master/LICENSE)
7[![Quality Assurance](https://github.com/thephpleague/flysystem/workflows/Quality%20Assurance/badge.svg?branch=2.x)](https://github.com/thephpleague/flysystem/actions?query=workflow%3A%22Quality+Assurance%22)
8[![Total Downloads](https://img.shields.io/packagist/dt/league/flysystem.svg)](https://packagist.org/packages/league/flysystem)
9![php 7.2+](https://img.shields.io/badge/php-min%207.2-red.svg)
10
11## About Flysystem
12
13Flysystem is a file storage library for PHP. It provides one interface to
14interact with many types of filesystems. When you use Flysystem, you're
15not only protected from vendor lock-in, you'll also have a consistent experience
16for which ever storage is right for you.
17
18## Getting Started
19
20* **[New in V2](https://flysystem.thephpleague.com/v2/docs/what-is-new/)**: What it new in Flysystem V2?
21* **[Architecture](https://flysystem.thephpleague.com/v2/docs/architecture/)**: Flysystem's internal architecture
22* **[Flysystem API](https://flysystem.thephpleague.com/v2/docs/usage/filesystem-api/)**: How to interact with your Flysystem instance
23* **[Upgrade to V2](https://flysystem.thephpleague.com/v2/docs/advanced/upgrade-to-2.0.0/)**: How to upgrade your Flysystem V1 instance to V2
24
25### Commonly-Used Adapters
26
27* **[AsyncAws S3](https://flysystem.thephpleague.com/v2/docs/adapter/async-aws-s3/)**
28* **[AWS S3](https://flysystem.thephpleague.com/v2/docs/adapter/aws-s3-v3/)**
29* **[Local](https://flysystem.thephpleague.com/v2/docs/adapter/local/)**
30* **[Memory](https://flysystem.thephpleague.com/v2/docs/adapter/in-memory/)**
31
32### Third party Adapters
33
34* **[Gitlab](https://github.com/RoyVoetman/flysystem-gitlab-storage)**
35
36You can always [create an adapter](https://flysystem.thephpleague.com/v2/docs/advanced/creating-an-adapter/) yourself.
37
38## Security
39
40If you discover any security related issues, please email info@frankdejonge.nl instead of using the issue tracker.
41
42## Enjoy
43
44Oh, and if you've come down this far, you might as well follow me on [twitter](https://twitter.com/frankdejonge).
45