Download the PHP package biurad/flysystem without Composer
On this page you can find all versions of the php package biurad/flysystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download biurad/flysystem
More information about biurad/flysystem
Files in biurad/flysystem
Package flysystem
Short Description BiuradPHP Framework FileManager for handling filesytem in php and cloud
License BSD-3-Clause
Homepage https://www.biurad.com
Informations about the package flysystem
FileManager for handling filesytem on local disk and cloud storage
FileManager provides a powerful filesystem abstraction thanks to the wonderful Flysystem. PHP package by Frank de Jonge. The Flysystem integration provides simple to use drivers for working with local filesystems and Amazon S3. Even better, it's amazingly simple to switch between these storage options as the API remains the same for each system.
Please note that you can get the documentation for this dependency on [Thephpleague Flysystem website](https://flysystem.thephpleague.com/docs)
Installation
The recommended way to install FileManager is via Composer:
It requires PHP version 7.1 and supports PHP up to 7.4. The dev-master version requires PHP 7.2.
How To Use
Filemanager's Flysystem integration provides drivers for several "drivers" usage. However, Flysystem is not limited to these and has adapters for many other storage systems. You can create a custom driver if you want to use one of these additional adapters with FileManager.
In order to set up the custom filesystem you will need a Flysystem adapter:
When using the local
driver, all file operations are relative to the root
directory defined in your driver's construct. Let's say if the value is set to the storage/
directory. Therefore, the following method would store a file in storage/file.txt
:
To enable caching for a given disk, you may wrap driver in the League\Flysystem\Cached\CachedAdapter
directive.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Testing
To run the tests you'll have to start the included node based server if any first in a separate terminal window.
With the server running, you can start testing.
Security
If you discover any security related issues, please report using the issue tracker. use our example Issue Report template.
Want to be listed on our projects website
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a message on our website, mentioning which of our package(s) you are using.
Post Here: Project Patreons - https://patreons.biurad.com
We publish all received request's on our website.
Credits
Support us
Biurad Lap
is a technology agency in Accra, Ghana. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on to build more project's. We want to build over one hundred project's in two years. Support Us achieve our goal.
Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
Thanks to all who made Donations and Pledges to Us.
License
The BSD-3-Clause . Please see License File for more information.
All versions of flysystem with dependencies
biurad/biurad-helpers Version ^0.1
league/flysystem Version ^1.0
league/flysystem-cached-adapter Version ^1.0