2017 © Pedro PelĂĄez
 

library filestorage

File system storage with cache

image

dframe/filestorage

File system storage with cache

  • Tuesday, July 3, 2018
  • by dusta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 122 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 26 % Grown

The README.md

Dframe/FileStorage

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Flysystem wrapper which allow you to storage file and styling images, (*2)

Preview

License, (*3)

Installation

composer require dframe/filestorage

Simple usage, (*4)

    $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, (*5)

What's included?

  • Image stylist
  • Storage files and information
  • Cache generator

Feature

  • Text on images

Examples

For DframeFramework Example #1, (*6)

Stalone Image Stylist Code PHP Example #2, (*7)

The Versions

03/07 2018

dev-master

9999999-dev https://dframeframework.com

File system storage with cache

  Sources   Download

MIT

The Requires

 

by Slawek Kaleta
by SƂawomir Kaleta

filesystem filestorage dframe stylist

15/06 2018

v0.2

0.2.0.0 https://dframeframework.com

File system storage with cache

  Sources   Download

MIT

The Requires

 

by SƂawomir Kaleta

filesystem filestorage dframe stylist

10/02 2018

v0.1

0.1.0.0

File system storage with cache

  Sources   Download

MIT

The Requires

 

by Slawek Kaleta

filesystem filestorage

22/01 2018

v0.1.0

0.1.0.0

File system storage with cache

  Sources   Download

MIT

The Requires

 

by Slawek Kaleta

filesystem filestorage