Download the PHP package incapption/file-system without Composer
On this page you can find all versions of the php package incapption/file-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package file-system
FileSystem
This package is an object wrapper for https://github.com/thephpleague/flysystem
Installation
Requirements
How to use
1. Create your own class
Create your own file class, which extends .
You always need an adapter, based on the official adapters https://flysystem.thephpleague.com/docs/
1.1 Example for local files
1.2 Example for S3 files
Requirements for S3
Additional composer package
IAM Permissions\ The required IAM permissions are as followed:
2. Public methods
Methods you can use on your file object
3. Exceptions
FilesystemException are thrown if something went wrong
4. Things to know
- If you delete a file, the object gets resetted
- getExtension() returns the Extension without a leading dot
- Methods are throwing exception. If no exception is thrown, everything worked fine
All versions of file-system with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-mbstring Version *
ext-fileinfo Version *
ext-json Version *
aws/aws-sdk-php Version ^3.224
league/flysystem Version 2.4.5
league/flysystem-aws-s3-v3 Version 2.4.3
ext-mbstring Version *
ext-fileinfo Version *
ext-json Version *
aws/aws-sdk-php Version ^3.224
league/flysystem Version 2.4.5
league/flysystem-aws-s3-v3 Version 2.4.3
The package incapption/file-system contains the following files
Loading the files please wait ....