Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj-archive/images
Images handler for Nette Framework (2.4+)
https://github.com/ipublikuj-archive/images
image images ipub ipublikuj latte nette nette-component nette-extension nette-framework php php7 php71 php72
Last synced: about 1 month ago
JSON representation
Images handler for Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj-archive/images
- Owner: ipublikuj-archive
- License: other
- Archived: true
- Created: 2015-02-12T22:49:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T18:46:08.000Z (over 5 years ago)
- Last Synced: 2023-10-20T15:13:09.701Z (about 1 year ago)
- Topics: image, images, ipub, ipublikuj, latte, nette, nette-component, nette-extension, nette-framework, php, php7, php71, php72
- Language: PHP
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Images
**This package is abandoned and no longer maintained!**
Image storage & generator for [Nette Framework](http://nette.org/)
## Installation
The best way to install ipub/images is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/images
```After that you have to register extension in config.neon.
```neon
extensions:
images: IPub\Images\DI\ImagesExtension
```## Documentation
Learn how to store and serve images with this library in [documentation](https://github.com/iPublikuj/images/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/images](http://github.com/iPublikuj/images).