Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex290/yii2-imagelink


https://github.com/alex290/yii2-imagelink

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Yii2 ImageLnk
=============
You can get image URLs from image page HTML.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist alex290/yii2-imagelink "*"
```

or add

```
"alex290/yii2-imagelink": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \alex290\imagelink\AutoloadExample::widget(); ?>```