Download the PHP package coresphereweb/loremimage without Composer
On this page you can find all versions of the php package coresphereweb/loremimage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coresphereweb/loremimage
More information about coresphereweb/loremimage
Files in coresphereweb/loremimage
Download coresphereweb/loremimage
More information about coresphereweb/loremimage
Files in coresphereweb/loremimage
Vendor coresphereweb
Package loremimage
Short Description Random image system for PHP
License BSD-3-Clause
Homepage https://github.com/coresphereweb/loremimage
Package loremimage
Short Description Random image system for PHP
License BSD-3-Clause
Homepage https://github.com/coresphereweb/loremimage
Please rate this library. Is it a good library?
Informations about the package loremimage
LoremImage - Random image system for PHP
It requires PHP 5.2+ and is licensed under the New BSD License. You can obtain the latest version from our GitHub repository or install it via Composer:
Usage
Render:
Conditions by _GET
- b[/b] w - width to resize
- (int) h - height to resize
- (string) category(s) (folder in setPathImages())
- (int) picture
- (string) effect
- (int) qtd
- (bool) hierarchy - By default is active, when is false the system stop reading subcategories from category father.
- (string) resize - crop (default), fill or proportional
Effects
- pixelate*
- smooth*
- noise*
- negative
- emboss*
- edge*
- contrast
- colorize
- grayscale
- brightness
- blur*
- blur2*
-
sharpen
- This effects respond to _GET['qtd'], with recursive does the same procedure by a number inputed. Be carefoul, the higher is the number, more consuming and slower.
Routes (optional)
- width and height: /loremimage/r/600/400
- category: /loremimage/cars
- width, height and category: /loremimage/600/400/cars
- width, height, category and select picture by ASC: /loremimage/600/400/cars/1
- IMPORTANT: .htaccess is necessary to routes work
(c) Coresphere Tecnologia, 2016 (http://coresphe.re)
All versions of loremimage with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.2
The package coresphereweb/loremimage contains the following files
Loading the files please wait ....