{"id":23602711,"url":"https://github.com/sensetecnic/hypercat-php","last_synced_at":"2025-08-03T09:08:35.133Z","repository":{"id":148311183,"uuid":"14002235","full_name":"SenseTecnic/hypercat-php","owner":"SenseTecnic","description":"PHP client binding for Hypercat","archived":false,"fork":false,"pushed_at":"2013-12-03T18:08:44.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-17T19:37:19.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SenseTecnic.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":"2013-10-30T23:05:01.000Z","updated_at":"2014-06-27T19:58:04.000Z","dependencies_parsed_at":"2023-03-28T00:07:30.486Z","dependency_job_id":null,"html_url":"https://github.com/SenseTecnic/hypercat-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SenseTecnic/hypercat-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseTecnic%2Fhypercat-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseTecnic%2Fhypercat-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseTecnic%2Fhypercat-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseTecnic%2Fhypercat-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SenseTecnic","download_url":"https://codeload.github.com/SenseTecnic/hypercat-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseTecnic%2Fhypercat-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266510622,"owners_count":23940679,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-12-27T12:12:52.778Z","updated_at":"2025-07-22T14:33:30.351Z","avatar_url":"https://github.com/SenseTecnic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"hypercat-php\n============\n\nPHP client binding for the Hypercat (Interop) API. \n\nExample Usage\n-------------\n\n1- Retrieving a Catalogue\n\n```\n\t$config=(\"key\"=\u003e \"api_key_here\",\n            \"baseUrl\"=\u003e \"base_url_here\",\n            \"catalogueUri\"=\u003e \"catalogue_uri_here\"\n            );\n\t$client = new Hypercat($config);\n\t$offset = 0; //set page offset to 0\n\t$limit = 10; //set page limit to 10\n\t$catalogue = $client-\u003egetCatalogue($offset, $limit); //returns JSON response object\n```\n2- Catalogue Simple Search\n\n* The accepted simple search parameters include: \"rel\", \"val\" and \"href\". And they are optional.\n\n```\n\t$config={\"key\"=\u003e \"api_key_here\",\n            \"baseUrl\"=\u003e \"base_url_here\",\n            \"catalogueUri\"=\u003e \"catalogue_uri_here\"\n            };\n\t$client = new Hypercat($config);\n\t$offset = 0; //set page offset to 0\n\t$limit = 10; //set page limit to 10\n\n\t// Set search parameters\n\t$param={\"rel\"=\u003e \"rel_here\",\n            \"val\"=\u003e \"vall_here\",\n            \"href\"=\u003e \"href_here\"\n            };\n\t$catalogue = $client-\u003esearchCatalogue($param, $offset, $limit); //returns JSON response object\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensetecnic%2Fhypercat-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensetecnic%2Fhypercat-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensetecnic%2Fhypercat-php/lists"}