PHPackages                             brabijan/images - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. brabijan/images

ActiveLibrary[Image &amp; Media](/categories/media)

brabijan/images
===============

Image storage for Nette Framework

v3.0.0(7y ago)5617.7k12BSD-3-ClausePHP

Since Aug 11Pushed 7y ago4 watchersCompare

[ Source](https://github.com/brabijan/images)[ Packagist](https://packagist.org/packages/brabijan/images)[ RSS](/packages/brabijan-images/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (5)Versions (5)Used By (0)

Images
======

[](#images)

[![Join the chat at https://gitter.im/brabijan/images](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/brabijan/images?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This is a simple image storage for [Nette Framework](http://nette.org/)

Instalation
-----------

[](#instalation)

The best way to install brabijan/images is using [Composer](http://getcomposer.org/):

```
$ composer require brabijan/images:@dev
```

Then you have to register extension in `config.neon`.

```
extensions:
	- Brabijan\Images\DI\ImagesExtension
```

Package contains trait, which you will have to use in class, where you want to use image storage. This works only for PHP 5.4+, for older version you can simply copy trait content and paste it into class where you want to use it.

```
