coderteams / yii2-imageboss
This package is abandoned and no longer maintained.
No replacement package was suggested.
Renders IMG tags with the ImageBoss third party service acording to device screen size
Package info
github.com/CoderTeams/yii2-imageboss
Type:yii2-extension
pkg:composer/coderteams/yii2-imageboss
1.0.5
2019-06-21 13:59 UTC
Requires
This package is not auto-updated.
Last update: 2025-04-21 10:41:23 UTC
README
Renders IMG tags with the ImageBoss third party service acording to device screen size
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist coderteams/yii2-imageboss "*"
or add
"coderteams/yii2-imageboss": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \coderteams\imageboss\Image::widget(['url'=>'/myimage.jpg']); ?>```