{"id":22835263,"url":"https://github.com/gueff/idolon","last_synced_at":"2025-04-24T00:08:27.160Z","repository":{"id":62513210,"uuid":"111799984","full_name":"gueff/idolon","owner":"gueff","description":"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.","archived":false,"fork":false,"pushed_at":"2020-02-22T17:18:49.000Z","size":259,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T00:08:18.200Z","etag":null,"topics":["idolon","php","php-library"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gueff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-23T11:12:28.000Z","updated_at":"2023-05-29T14:15:37.000Z","dependencies_parsed_at":"2022-11-02T13:31:00.696Z","dependency_job_id":null,"html_url":"https://github.com/gueff/idolon","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gueff%2Fidolon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gueff%2Fidolon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gueff%2Fidolon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gueff%2Fidolon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gueff","download_url":"https://codeload.github.com/gueff/idolon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535099,"owners_count":21446508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["idolon","php","php-library"],"created_at":"2024-12-12T22:08:51.313Z","updated_at":"2025-04-24T00:08:27.136Z","avatar_url":"https://github.com/gueff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Idolon\nA PHP Image Server\n\nIdolon 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.\n\n## Requirements\n- PHP 7\n- imagemagick's convert Method\n    - therefore, get imagemagick installed on your Operating System\n    - e.g. Linux:  `$ sudo apt-get install imagemagick`\n    - @see https://www.imagemagick.org/script/index.php, https://github.com/ImageMagick/ImageMagick\n\n## Installation\ncreate the composer.json file with following content:\n~~~\n{\n    \"require\": {\n        \"gueff/idolon\":\"1.1.2\"\n    }\n}\n~~~\n\nrun installation\n~~~\n$ composer install\n~~~\n\n## Usage\n\nFrontend HTML\n~~~\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n    \u003chead\u003e\u003c/head\u003e\n    \u003cbody\u003e\n    \n        \u003c!-- request an image with width 250px --\u003e        \n        \u003cimg src=\"example.php?i=example.jpg\u0026x=250\"\u003e\n        \n    \u003c/body\u003e\n\u003c/html\u003e\n~~~\n\nBackend example.php\n~~~php\n\u003c?php\n\n// Idolon Class\nrequire_once 'Idolon.php';\n\n$oIdolon = new \\Idolon();\n$oIdolon\n    -\u003esetImagePath(/path/to/my/image/folder/)\n    -\u003eserve();\n~~~\n\n**see example folder**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgueff%2Fidolon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgueff%2Fidolon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgueff%2Fidolon/lists"}