Download the PHP package icybee/module-thumbnailer without Composer
On this page you can find all versions of the php package icybee/module-thumbnailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download icybee/module-thumbnailer
More information about icybee/module-thumbnailer
Files in icybee/module-thumbnailer
Package module-thumbnailer
Short Description Creates thumbnails on demand.
License BSD-3-Clause
Homepage http://icybee.org/
Informations about the package module-thumbnailer
Thumbnailer
The Thumbnailer module (thumbnailer
) creates thumbnails from images and managed
images using options or configured versions.
The module extends the Image active record with the thumbnail()
method and the thumbnail
lazy getter, and provides an interface to configure and manage its cache that integrates with the
unified cache system of the "Cache" module (cache). The module also extends the core object
with the thumbnail_versions
lazy getter.
Event hooks
ICanBoogie\Modules\System\Cache\CacheCollection::alter
Adds our cache manager to the cache collection.
Icybee\ConfigBlock::alter_children
Adds a thumbnails section to the config block of modules defining thumbnail versions using the "thumbnails" config.
Icybee\Operation\Module\ConfigOperation::properties:before
Pre-parses defined thumbnail versions before the config is saved.
Prototype methods
ICanBoogie\Core\get_thumbnail_versions
Adds the thumbnail_versions
lazy getter to the core object. The getter returns a version
collection configured with the versions saved in the registry. Third parties may alter this
collection with an event hook attached to the ICanBoogie\Modules\Thumbnailer\Versions::alter
event.
Requirements
The package requires PHP 5.5 or later.
Installation
The recommended way to install this package is through Composer:
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/module-thumbnailer.git thumbnailer
Testing
The test suite is ran with the make test
command. Composer is
automatically installed as well as all the dependencies required to run the suite. The package
directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
Documentation
The package is documented as part of the Icybee CMS
documentation. The documentation for the package and its
dependencies can be generated with the make doc
command. The documentation is generated in
the docs
directory using ApiGen. The package directory can later by
cleaned with the make clean
command.
License
This module is licensed under the New BSD License - See the LICENSE file for details.
All versions of module-thumbnailer with dependencies
ext-gd Version *
icanboogie/module-installer Version ^1.2.3
icanboogie/event Version ^1.4.0
icanboogie/image Version ^0.0.2
brickrouge/brickrouge Version ^2.1.4
icybee/module-registry Version ^2.0.0
olvlvl/filecache Version dev-master