Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Images handler for Nette Framework (2.4+)

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).