coderteams / yii2-imageboss
Renders IMG tags with the ImageBoss third party service acording to device screen size
Installs: 462
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2025-03-24 10:23: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']); ?>```