Download the PHP package inteve/simple-image-storage without Composer
On this page you can find all versions of the php package inteve/simple-image-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download inteve/simple-image-storage
More information about inteve/simple-image-storage
Files in inteve/simple-image-storage
Download inteve/simple-image-storage
More information about inteve/simple-image-storage
Files in inteve/simple-image-storage
Vendor inteve
Package simple-image-storage
Short Description Simple image storage for Nette
License BSD-3-Clause
Package simple-image-storage
Short Description Simple image storage for Nette
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package simple-image-storage
Simple Image Storage
Image storage for Nette.
Installation
Download a latest package or use Composer:
Library requires PHP 5.6.0 or later.
Usage
Register in config
Store image
Delete image
Get original path
Get original public path
Thumbnails
It uses Nette\Utils\Image
by default but you can provide custom thumbnail generator in constructor:
string $sourcePath
- path to original imagestring $outputPath
- thumbnail patharray $thumbnailData
int|NULL width
- width of thumbnail or NULLint|NULL height
- height of thumbnail or NULLint|NULL quality
- quality of output image or NULLint flags
- see constants ImageStorage::SHRINK_ONLY, STRETCH, FIT, FILL & EXACT
In template
License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/
All versions of simple-image-storage with dependencies
PHP Build Version
Package Version
The package inteve/simple-image-storage contains the following files
Loading the files please wait ....