Download the PHP package pdsinterop/flysystem-nextcloud without Composer
On this page you can find all versions of the php package pdsinterop/flysystem-nextcloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pdsinterop/flysystem-nextcloud
More information about pdsinterop/flysystem-nextcloud
Files in pdsinterop/flysystem-nextcloud
Package flysystem-nextcloud
Short Description Flysystem adapter for the Nextcloud filesystem.
License MIT
Informations about the package flysystem-nextcloud
Flysystem Nextcloud
Flysystem adapter for the Nextcloud filesystem
Table of Contents
- Background
- Installation
- Usage
- Develop
- Contribute
- License
Background
This project is part of the PHP stack of projects by PDS Interop. It is used by the Solid-Nextcloud app.
As the functionality seemed useful for other projects, it was implemented as a separate package.
Installation
The advised install method is through composer:
Usage
This package offers features to interact with the Filesystem provided by Nextcloud through the Flysystem API.
To use the adapter, instantiate it and add it to a Flysystem filesystem:
Develop
-
Do not forget to install the required dependencies using
composer
. - Most of the logic here involves Nextcloud and/or FlySystem. You'll want to familiarise yourself with their workings.
Contribute
Questions or feedback can be given by opening an issue on GitHub.
All PDS Interop projects are open source and community-friendly. Any contribution is welcome! For more details read the contribution guidelines.
All PDS Interop projects adhere to the Code Manifesto as its code-of-conduct. Contributors are expected to abide by its terms.
There is a list of all contributors on GitHub.
For a list of changes see the the GitHub releases page.
License
All code created by PDS Interop is licensed under the MIT License.