{"id":36333869,"url":"https://github.com/unifysell/unifysell-sdk-php","last_synced_at":"2026-01-11T12:02:50.512Z","repository":{"id":57075404,"uuid":"141117831","full_name":"unifysell/unifysell-sdk-php","owner":"unifysell","description":"SDK with OAuth2 for the unifysell API which allows you to painless integrate many eCommerce channels :clock3:","archived":false,"fork":false,"pushed_at":"2019-07-04T08:35:15.000Z","size":197,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-16T20:24:10.357Z","etag":null,"topics":["api","ecommerce","openapi","openapi3","php","sdk","unifysell"],"latest_commit_sha":null,"homepage":"https://unifysell.de","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/unifysell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-16T09:36:11.000Z","updated_at":"2019-07-04T08:35:15.000Z","dependencies_parsed_at":"2022-08-24T13:00:30.390Z","dependency_job_id":null,"html_url":"https://github.com/unifysell/unifysell-sdk-php","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/unifysell/unifysell-sdk-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Funifysell-sdk-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Funifysell-sdk-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Funifysell-sdk-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Funifysell-sdk-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unifysell","download_url":"https://codeload.github.com/unifysell/unifysell-sdk-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Funifysell-sdk-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302068,"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","ecommerce","openapi","openapi3","php","sdk","unifysell"],"created_at":"2026-01-11T12:02:49.887Z","updated_at":"2026-01-11T12:02:50.508Z","avatar_url":"https://github.com/unifysell.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Official Unifysell API SDK\n\nThis packages combines the group of packages needed.\n\n## Installation\n\n### Include the package via composer\n\nto use in composer add to the require section:\n    \n    \"require\": {\n        \"unifysell/unifysell-sdk-php\": \"*\"\n    }\n\n### Installing composer\n\nsee https://getcomposer.org/download/\n\n## Usage\n\nYou can have a look at the `example/complete-example.php` file for a basic usage example.\n\n### Authenticate\n\n    Download Access Token from unifysell Control Center (UCC).\n\n### Make your first request\n\n    $config = Unifysell\\SDK\\Configuration::getDefaultConfiguration()-\u003esetApiKey(\n        'Authorization', \n        '----INSERT BEARER TOKEN HERE----'\n    );\n    $config-\u003esetApiKeyPrefix('Authorization', 'Bearer');\n    \n    $apiInstance = new Unifysell\\SDK\\Api\\OrdersApi(\n        new GuzzleHttp\\Client(),\n        $config\n    );\n    \n    $result = $apiInstance-\u003egetOrder(1);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funifysell%2Funifysell-sdk-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funifysell%2Funifysell-sdk-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funifysell%2Funifysell-sdk-php/lists"}