{"id":22989894,"url":"https://github.com/fabriceclementz/imagga-php","last_synced_at":"2025-08-13T20:34:06.724Z","repository":{"id":56981100,"uuid":"81981770","full_name":"fabriceclementz/imagga-php","owner":"fabriceclementz","description":"A simple wrapper for the Imagga API.","archived":false,"fork":false,"pushed_at":"2020-04-21T08:32:12.000Z","size":13,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T03:49:07.227Z","etag":null,"topics":["images","imagga-api","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabriceclementz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-14T19:37:14.000Z","updated_at":"2022-02-06T10:12:05.000Z","dependencies_parsed_at":"2022-08-21T08:40:49.822Z","dependency_job_id":null,"html_url":"https://github.com/fabriceclementz/imagga-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fabriceclementz/imagga-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fimagga-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fimagga-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fimagga-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fimagga-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabriceclementz","download_url":"https://codeload.github.com/fabriceclementz/imagga-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fimagga-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305842,"owners_count":24562109,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["images","imagga-api","php"],"created_at":"2024-12-15T04:20:30.123Z","updated_at":"2025-08-13T20:34:05.570Z","avatar_url":"https://github.com/fabriceclementz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imagga API Client\n\n[![Latest Stable Version](https://poser.pugx.org/fabriceclementz/imagga-php/v/stable)](https://packagist.org/packages/fabriceclementz/imagga-php)\n[![Total Downloads](https://poser.pugx.org/fabriceclementz/imagga-php/downloads)](https://packagist.org/packages/fabriceclementz/imagga-php)\n[![License](https://poser.pugx.org/fabriceclementz/imagga-php/license)](https://packagist.org/packages/fabriceclementz/imagga-php)\n[![Build Status](https://travis-ci.org/fabriceclementz/imagga-php.svg?branch=master)](https://travis-ci.org/fabriceclementz/imagga-php)\n\nA simple wrapper for the [Imagga API](https://docs.imagga.com).\n\n## Installation\n\n### Via composer\n\n```\ncomposer require fabriceclementz/imagga-php\n```\n\n## Usage\n\n### Extract tags from an image\n\n```\nuse GuzzleHttp\\Client as HttpClient;\nuse Fab\\Imagga\\Client;\n\n$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');\n\n$response = $client-\u003etags('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');\n```\n\n### Extract colors from an image\n\n```\nuse GuzzleHttp\\Client as HttpClient;\nuse Fab\\Imagga\\Client;\n\n$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');\n\n$response = $client-\u003ecolors('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');\n```\n\n## Testing\n\n```\ncomposer test\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriceclementz%2Fimagga-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabriceclementz%2Fimagga-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriceclementz%2Fimagga-php/lists"}