PHPackages                             gueff/idolon - 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. gueff/idolon

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

gueff/idolon
============

PHP Image Server

1.1.2(6y ago)83.4k2GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Apr 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gueff/idolon)[ Packagist](https://packagist.org/packages/gueff/idolon)[ Docs](https://github.com/gueff/Idolon)[ RSS](/packages/gueff-idolon/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Idolon
======

[](#idolon)

A PHP Image Server

Idolon is a PHP Image Server that can be used to get variations of your original images. Idolon resizes on the fly, serves the resized result directly and also saves the result.

Requirements
------------

[](#requirements)

- PHP 7
- imagemagick's convert Method
    - therefore, get imagemagick installed on your Operating System
    - e.g. Linux: `$ sudo apt-get install imagemagick`
    - @see ,

Installation
------------

[](#installation)

create the composer.json file with following content:

```
{
    "require": {
        "gueff/idolon":"1.1.2"
    }
}

```

run installation

```
$ composer install

```

Usage
-----

[](#usage)

Frontend HTML

```

```

Backend example.php

```
