{"id":36373597,"url":"https://github.com/ellen-merchant/api-wrapper","last_synced_at":"2026-01-11T14:03:35.721Z","repository":{"id":56976877,"uuid":"83888787","full_name":"ellen-merchant/api-wrapper","owner":"ellen-merchant","description":"An API wrapper for the @guzzle/guzzle package","archived":false,"fork":false,"pushed_at":"2019-06-14T09:04:23.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T22:15:33.550Z","etag":null,"topics":["api-wrapper","guzzle","guzzlehttp"],"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/ellen-merchant.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-03-04T11:31:57.000Z","updated_at":"2019-06-14T09:04:25.000Z","dependencies_parsed_at":"2022-08-21T08:10:47.039Z","dependency_job_id":null,"html_url":"https://github.com/ellen-merchant/api-wrapper","commit_stats":null,"previous_names":["ellen-merchant/api-wrapper","slipperthepanda/api-wrapper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ellen-merchant/api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellen-merchant%2Fapi-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellen-merchant%2Fapi-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellen-merchant%2Fapi-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellen-merchant%2Fapi-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellen-merchant","download_url":"https://codeload.github.com/ellen-merchant/api-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellen-merchant%2Fapi-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28306985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"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":["api-wrapper","guzzle","guzzlehttp"],"created_at":"2026-01-11T14:03:35.625Z","updated_at":"2026-01-11T14:03:35.701Z","avatar_url":"https://github.com/ellen-merchant.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Wrapper\nAn API wrapper for the @guzzle/guzzle package\n\n[![Build Status](https://travis-ci.com/ellllllen/api-wrapper.svg?branch=master)](https://travis-ci.com/ellllllen/api-wrapper)\n[![codecov](https://codecov.io/gh/ellllllen/api-wrapper/branch/master/graph/badge.svg)](https://codecov.io/gh/ellllllen/api-wrapper)\n\n## Installation\n`composer require ellllllen/api-wrapper`\n\n### Laravel 5 Implementation\n1. In `app/config` add the package Service Provider to the providers array: \n`\\Ellllllen\\ApiWrapper\\ApiWrapperServiceProvider::class`\n\n2. Perform `php artisan vendor:publish` command.\n\n3. Add the configuration for the API you are querying in `config/api-wrapper`\n\n## Usage\n### GET request, with no parameters\n\n```php\nuse Ellllllen\\ApiWrapper\\Connect;\n\nclass HomeController extends Controller\n {\n     public function index(Connect $connect)\n     {\n         $response = $connect-\u003edoRequest();\n         \n         dump($response);\n     }\n }\n```\n\n### POST request, with parameters\n\n```php\nuse Ellllllen\\ApiWrapper\\Connect;\n\nclass HomeController extends Controller\n {\n     public function index(Connect $connect)\n     {\n         $response = $connect-\u003edoRequest('post', ['id' =\u003e 123, 'filter' =\u003e 'example']);\n         \n         dump($response);\n     }\n }\n```\n\n## Future Developments\n1. Facility to connect to multiple APIs\n2. API debugging facilities\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellen-merchant%2Fapi-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellen-merchant%2Fapi-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellen-merchant%2Fapi-wrapper/lists"}