Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex290/yii2-imagelink
https://github.com/alex290/yii2-imagelink
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex290/yii2-imagelink
- Owner: alex290
- Created: 2019-05-08T14:02:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T18:37:24.000Z (over 5 years ago)
- Last Synced: 2024-04-26T07:41:38.821Z (9 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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(); ?>```