Dframe File Storage: Store and retrieve files in a database

Recommend this page to a friend!
  Info   View files Example   View files View files (34)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-09-12 (Less than 1 hour ago) RSS 2.0 feedNot yet rated by the usersTotal: 77 All time: 9,610 This week: 304Up
Version License PHP version Categories
filestorage 0.3.1Custom (specified...7Databases, Files and Folders, PHP 7
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.

Picture of Slawomir Kaleta
  Performance   Level  

Details

Dframe/FileStorage

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Flysystem wrapper which allow you to storage file and styling images

Preview

License

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

  Files folder image Files  
File Role Description
Files folder imageexamples (2 directories)
Files folder imagesrc (3 files, 2 directories)
Files folder imagetests (5 files)
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Image file preview.jpg Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:77
This week:0
All time:9,610
This week:304Up

For more information send a message to info at phpclasses dot org.