Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgaultier/sweelix-yii2-image
Sweelix Yii2 image extension - easy image resize / caching
https://github.com/pgaultier/sweelix-yii2-image
Last synced: 9 days ago
JSON representation
Sweelix Yii2 image extension - easy image resize / caching
- Host: GitHub
- URL: https://github.com/pgaultier/sweelix-yii2-image
- Owner: pgaultier
- License: other
- Created: 2014-03-26T12:10:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T16:08:09.000Z (over 10 years ago)
- Last Synced: 2024-10-11T20:23:58.069Z (about 1 month ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Sweelix Yii2 image extension
============================Sweelix Yii2 image extension has been created to ease some basic tasks while
manipulating imagesInstallation
------------If you use Packagist for installing packages, then you can update your composer.json like this :
``` json
{
"require": {
"sweelix/yii2-image": "*"
}
}
```Contributing
------------All code contributions - including those of people having commit access -
must go through a pull request and approved by a core developer before being
merged. This is to ensure proper review of all the code.Fork the project, create a [feature branch ](http://nvie.com/posts/a-successful-git-branching-model/), and send us a pull request.