Download the PHP package kappa/thumbnails-helper without Composer
On this page you can find all versions of the php package kappa/thumbnails-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kappa/thumbnails-helper
More information about kappa/thumbnails-helper
Files in kappa/thumbnails-helper
Download kappa/thumbnails-helper
More information about kappa/thumbnails-helper
Files in kappa/thumbnails-helper
Vendor kappa
Package thumbnails-helper
Short Description Simple and intelligent system for creating and work with thumbnails
License BSD-3-Clause
Homepage https://github.com/Kappa-org/Thumbnails-Helper
Package thumbnails-helper
Short Description Simple and intelligent system for creating and work with thumbnails
License BSD-3-Clause
Homepage https://github.com/Kappa-org/Thumbnails-Helper
Please rate this library. Is it a good library?
Informations about the package thumbnails-helper
Kappa\ThumbnailsHelper
Simple and intelligent system for creating and work with thumbnails
Requirements:
- PHP 5.3.6 or higher
- Nette ~2.1 or higher
- Kappa\FileSystem 4.1.1 or higher
Installation
The best way to install Kappa\ThumbnailsHelper is using Composer:
Usages
You must register extension:
Into presenter or control where you can use this helper add filter (helper)
Method in callback must be !
and you can use helper in templates
Size can be in next formats:
-
- Width will be 100px and height will be automatically calculated
-
- Width will be automatically calculated and height will be 100px
-
- Size will be 100pxx100px
Third argument is resize type, for more info see documentation in czech only
Helper can be configure in config:
-
- set path to thumb dir with %wwwDir% (example )
-
- you can set to true or false when you want small image resize to big image
-
- you can set count of days for invalidate storage (remove all thumbnails and create a new only from usages images). If you set this option on or remove option automatically control has been disabled
All versions of thumbnails-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.3.6
nette/utils Version ~2.2
nette/di Version ~2.2
kappa/filesystem Version ~4.2.0
nette/utils Version ~2.2
nette/di Version ~2.2
kappa/filesystem Version ~4.2.0
The package kappa/thumbnails-helper contains the following files
Loading the files please wait ....