Skip to content

Commit

Permalink
Updating main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-savage committed Oct 12, 2024
1 parent 00edfd2 commit fcb9ee2
Showing 1 changed file with 5 additions and 56 deletions.
61 changes: 5 additions & 56 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,13 @@
---
layout: default
title: File Storage Abstraction for PHP
permalink: /docs/
redirect_from:
- /
- /v2/
- /v2/docs/
title: AspirePress Documentation
permalink: /
---

[![Author](https://img.shields.io/badge/[email protected])](https://twitter.com/frankdejonge)
[![Source Code](https://img.shields.io/badge/source-thephpleague/flysystem-blue.svg)](https://github.com/thephpleague/flysystem)
[![Latest Version](https://img.shields.io/github/tag/thephpleague/flysystem.svg)](https://github.com/thephpleague/flysystem/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/thephpleague/flysystem/blob/master/LICENSE)
[![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)
[![Total Downloads](https://img.shields.io/packagist/dt/league/flysystem.svg)](https://packagist.org/packages/league/flysystem)
![php 7.2+](https://img.shields.io/badge/php-min%208.0.2-red.svg)
## Welcome to AspirePress

## About Flysystem
AspirePress is an open source project dedicated to improving the WordPress ecosystem for all developers.

Flysystem is a file storage library for PHP. It provides one interface to
interact with many types of filesystems. When you use Flysystem, you're
not only protected from vendor lock-in, you'll also have a consistent experience
for which ever storage is right for you.
We're building the content management system we all aspire for.

## Getting Started

* **[New in V3](/docs/what-is-new/)**: What is new in Flysystem V2/V3?
* **[Architecture](/docs/architecture/)**: Flysystem's internal architecture
* **[Flysystem API](/docs/usage/filesystem-api/)**: How to interact with your Flysystem instance
* **[Upgrade from 1x](/docs/upgrade-from-1.x/)**: How to upgrade from 1.x/2.x

### Officially supported adapters

* **[Local](/docs/adapter/local/)**
* **[FTP](/docs/adapter/ftp/)**
* **[SFTP](/docs/adapter/sftp-v3/)**
* **[Memory](/docs/adapter/in-memory/)**
* **[AWS S3](/docs/adapter/aws-s3-v3/)**
* **[AsyncAws S3](/docs/adapter/async-aws-s3/)**
* **[Google Cloud Storage](/docs/adapter/google-cloud-storage/)**
* **[Azure Blob Storage](/docs/adapter/azure-blob-storage/)**
* **[MongoDB GridFS](/docs/adapter/gridfs/)**
* **[WebDAV](/docs/adapter/webdav/)**

### Third party Adapters

* **[Gitlab](/docs/adapter/gitlab/)**
* **[Google Drive (using regular paths)](https://github.com/masbug/flysystem-google-drive-ext)**
* **[bunny.net / BunnyCDN](https://github.com/PlatformCommunity/flysystem-bunnycdn/tree/v3)**
* **[Sharepoint 365 / One Drive (Using MS Graph)](https://github.com/shitware-ltd/flysystem-msgraph)**
* **[OneDrive](https://github.com/doerffler/flysystem-onedrive)**
* **[Dropbox](https://github.com/spatie/flysystem-dropbox)**
* **[ReplicateAdapter](https://github.com/ajgarlag/flysystem-replicate)**

You can always [create an adapter](/docs/advanced/creating-an-adapter/) yourself.

## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Enjoy

Oh, and if you've come down this far, you might as well follow me on [twitter](https://twitter.com/frankdejonge).

0 comments on commit fcb9ee2

Please sign in to comment.