Download the PHP package panix/mod-images without Composer
On this page you can find all versions of the php package panix/mod-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download panix/mod-images
More information about panix/mod-images
Files in panix/mod-images
Download panix/mod-images
More information about panix/mod-images
Files in panix/mod-images
Vendor panix
Package mod-images
Short Description PIXELION CMS module images
License MIT
Package mod-images
Short Description PIXELION CMS module images
License MIT
Keywords pixelion-cms
Please rate this library. Is it a good library?
Informations about the package mod-images
mod-images
Guys, we definetly need to do something with this repo. I see several ways:
- to write tests
- to find active contributers
- to find some alternative repo
What do you prefer? please let me know.
Yii2-images is yii2 module that allows to attach images to any of your models, next you can get images in any sizes, also you can set main image of images set.
Module supports Imagick and GD libraries, you can set up it in module settings.
Usage instance:
Details
-
Get images
-
Remove image/images
-
Set main image
-
Get image sizes
- Get original image
Installation
- Add Yii2-images to the require section of your composer.json file:
{ "require": { "panix/mod-images": "dev-master" } }
-
run
php composer update
-
run migrate
php yii migrate/up --migrationPath=@vendor/panix/mod-images/migrations
-
setup module
- attach behaviour to your model (be sure that your model has "id" property)
Thats all!
All versions of mod-images with dependencies
PHP Build Version
Package Version
The package panix/mod-images contains the following files
Loading the files please wait ....