Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2020-09-12 (Less than 1 hour ago)  | | Not yet rated by the users | | Total: 77 | | All time: 9,610 This week: 304 |
|
Description | | Author |
This package can store and retrieve files in a storage container.
It abstracts the storage of binary files and provides an implementation that can store and retrieve the file data in the configured storage container.
The package provides a driver class that can store and retrieve the file data in a database. | |
|
Details
Dframe/FileStorage

Flysystem wrapper which allow you to storage file and styling images
Preview

Installation
composer require dframe/filestorage
Simple usage
$Storage->put('local', $_FILES['file']['tmp_name'], 'upload/picture1.jpg');
$Storage->image('picture1.jpg')->stylist('Square')->size('250')->get();
$Storage->image('picture1.jpg')->stylist('Rect')->size('250x550')->get();
$Storage->image('fileNotExist.jpg', 'noImage.png')->stylist('Rect')->size('50x50')->get();
$Storage->drop('local', 'upload/picture1.jpg');
Documentation available at https://dframeframework.com/en/docs/fileStorage/master/configuration
What's included?
* Image stylist
* Storage files and information
* Cache generator
Feature
* Text on images
Examples
For DframeFramework Example #1
Stalone Image Stylist Code PHP Example #2
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.