{"id":33952728,"url":"https://github.com/xelan/computer-vision-client","last_synced_at":"2026-03-17T20:13:20.863Z","repository":{"id":56947642,"uuid":"91882055","full_name":"xelan/computer-vision-client","owner":"xelan","description":"PHP Client for the Microsoft Computer Vision API","archived":false,"fork":false,"pushed_at":"2018-02-07T08:11:32.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T08:35:57.254Z","etag":null,"topics":["computer-vision","hacktoberfest","image-recognition","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xelan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-20T10:33:23.000Z","updated_at":"2022-11-08T08:11:45.000Z","dependencies_parsed_at":"2022-08-21T08:20:47.247Z","dependency_job_id":null,"html_url":"https://github.com/xelan/computer-vision-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xelan/computer-vision-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fcomputer-vision-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fcomputer-vision-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fcomputer-vision-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fcomputer-vision-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xelan","download_url":"https://codeload.github.com/xelan/computer-vision-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fcomputer-vision-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["computer-vision","hacktoberfest","image-recognition","php"],"created_at":"2025-12-12T19:46:21.554Z","updated_at":"2026-03-17T20:13:20.858Z","avatar_url":"https://github.com/xelan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/xelan/computer-vision-client.svg?branch=master)](https://travis-ci.org/xelan/computer-vision-client) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/xelan/computer-vision-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/xelan/computer-vision-client/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/xelan/computer-vision-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/xelan/computer-vision-client/?branch=master)\r\n\r\n# Computer Vision API Client\r\n\r\nThis library provides a simple client for Microsoft's [Computer Vision API](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/)\r\nusing the [Guzzle PHP HTTP client](http://guzzlephp.org/).\r\n\r\n## Requirements\r\n\r\n* PHP 5.5 or higher\r\n* PHP CURL extension\r\n\r\n## Installation (Composer)\r\n\r\nThis library is published as a [Composer package](https://packagist.org/packages/andaris/computer-vision-client), so Composer is the recommended way to install it.\r\n\r\nAdd `computer-vision-client` to your application's `composer.json` file:\r\n```json\r\n{\r\n    \"require\": {\r\n        \"andaris/computer-vision-client\": \"0.1.0\"\r\n    }\r\n}\r\n```\r\n\r\nNavigate to your project root and run:\r\n```\r\n$ composer install\r\n```\r\n\r\nMake sure that the Composer autoloader is in your project's bootstrap.\r\n\r\n## Usage\r\n\r\n```php\r\nuse Andaris\\ComputerVision\\Client;\r\n\r\n$imageData = file_get_contents('/path/to/image.jpg');\r\n$client = new Client('14758f1afd44c09b7992073ccf00b43d'); // Insert your API key\r\n$result = $client-\u003eanalyze($imageData, [Client::FEATURE_CATEGORIES, Client::FEATURE_TAGS]);\r\n```\r\n\r\n## Testing\r\n\r\nThe PHPUnit test suite can be run via `vendor/bin/phpunit`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxelan%2Fcomputer-vision-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxelan%2Fcomputer-vision-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxelan%2Fcomputer-vision-client/lists"}