Download the PHP package gasparyanyur/flysystem without Composer
On this page you can find all versions of the php package gasparyanyur/flysystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gasparyanyur/flysystem
More information about gasparyanyur/flysystem
Files in gasparyanyur/flysystem
Download gasparyanyur/flysystem
More information about gasparyanyur/flysystem
Files in gasparyanyur/flysystem
Vendor gasparyanyur
Package flysystem
Short Description Filesystem abstraction: Many filesystems, one API.
License MIT
Package flysystem
Short Description Filesystem abstraction: Many filesystems, one API.
License MIT
Please rate this library. Is it a good library?
Informations about the package flysystem
League\Flysystem
Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one.
Goals
- Have a generic API for handling common tasks across multiple file storage engines.
- Have consistent output which you can rely on.
- Integrate well with other packages/frameworks.
- Be cacheable.
- Emulate directories in systems that support none, like AwsS3.
- Support third party plugins.
- Make it easy to test your filesystem interactions.
- Support streams for big file handling.
Installation
Through Composer, obviously:
You can also use Flysystem without using Composer by registering an autoloader function:
Integrations
Want to get started quickly? Check out some of these integrations:
- Laravel integration: https://github.com/GrahamCampbell/Laravel-Flysystem
- Symfony integration: https://github.com/1up-lab/OneupFlysystemBundle
- Zend Framework integration: https://github.com/bushbaby/BsbFlysystem
- CakePHP integration: https://github.com/WyriHaximus/FlyPie
- Silex integration: https://github.com/WyriHaximus/SliFly
- Cilex integration: https://github.com/WyriHaximus/cli-fly
- Yii 2 integration: https://github.com/creocoder/yii2-flysystem
- Backup manager: https://github.com/heybigname/backup-manager
- Drupal: https://www.drupal.org/project/flysystem
- elFinder: https://github.com/barryvdh/elfinder-flysystem-driver
Adapters
- Local
- Amazon Web Services - S3 V2: https://github.com/thephpleague/flysystem-aws-s3-v2
- Amazon Web Services - S3 V3: https://github.com/thephpleague/flysystem-aws-s3-v3
- Amazon Cloud Drive - https://github.com/nikkiii/flysystem-acd
- Rackspace Cloud Files: https://github.com/thephpleague/flysystem-rackspace
- Dropbox: https://github.com/spatie/flysystem-dropbox
- Dropbox API v2 (with PHP 5.6 support): https://github.com/srmklive/flysystem-dropbox-v2
- OneDrive: https://github.com/jacekbarecki/flysystem-onedrive
- Ftp
- Sftp (through phpseclib): https://github.com/thephpleague/flysystem-sftp
- Zip (through ZipArchive): https://github.com/thephpleague/flysystem-ziparchive
- WebDAV (through SabreDAV): https://github.com/thephpleague/flysystem-webdav
- PHPCR: https://github.com/thephpleague/flysystem-phpcr
- Azure Blob Storage
- NullAdapter
- Redis (through Predis): https://github.com/danhunsaker/flysystem-redis
- Fallback: https://github.com/Litipk/flysystem-fallback-adapter
- Memory: https://github.com/thephpleague/flysystem-memory
- Google Cloud Storage: https://github.com/Superbalist/flysystem-google-storage
- SinaAppEngine Storage: https://github.com/litp/flysystem-sae-storage
- Gaufrette: https://github.com/jenkoian/flysystem-gaufrette
- OpenStack Swift: https://github.com/nimbusoftltd/flysystem-openstack-swift
- Google Drive: https://github.com/nao-pon/flysystem-google-drive
- Backblaze: https://github.com/mhetreramesh/flysystem-backblaze
- Selectel Cloud Storage: https://github.com/ArgentCrusade/flysystem-selectel
Caching
- Memory (array caching)
- Redis (through Predis)
- Memcached
- Adapter
- Stash
Documentation
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.
All versions of flysystem with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package gasparyanyur/flysystem contains the following files
Loading the files please wait ....