{"id":22354487,"url":"https://github.com/mcmatters/ticl","last_synced_at":"2025-07-30T09:31:15.170Z","repository":{"id":57016670,"uuid":"140815168","full_name":"MCMatters/ticl","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-22T17:14:21.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T14:15:15.743Z","etag":null,"topics":["curl","http-client"],"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/MCMatters.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-13T07:48:31.000Z","updated_at":"2024-06-12T11:19:57.000Z","dependencies_parsed_at":"2024-11-16T17:16:26.250Z","dependency_job_id":"af01fb93-b3db-43c3-a8d9-c3276304576d","html_url":"https://github.com/MCMatters/ticl","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"4df3e37768e5dcf5859e62bc1174bf5502ed53de"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/MCMatters/ticl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fticl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fticl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fticl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fticl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/ticl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fticl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267845610,"owners_count":24153760,"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-30T02:00:09.044Z","response_time":70,"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":["curl","http-client"],"created_at":"2024-12-04T13:13:03.227Z","updated_at":"2025-07-30T09:31:14.854Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","readme":"## Tiny Http Client\n\n### Installation\n\n```bash\ncomposer require mcmatters/ticl\n```\n\n### Usage\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nrequire 'vendor/autoload.php';\n\n$client = new \\McMatters\\Ticl\\Client();\n\ntry {\n    $response = $client-\u003eget('http://example.com/api/user?token=test');\n    $user = $response-\u003ejson();\n} catch (\\McMatters\\Ticl\\Exceptions\\RequestException $e) {\n    $error = $e-\u003easJson();\n} catch (\\Throwable $e) {\n    $error = $e-\u003egetMessage();\n}\n```\n\n### Note\n\nIf you want something more customizable, then please use [Guzzle](https://github.com/guzzle/guzzle)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fticl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Fticl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fticl/lists"}