{"id":36252483,"url":"https://github.com/bbarreto/skyhub-php-sdk","last_synced_at":"2026-01-11T07:01:46.867Z","repository":{"id":62492329,"uuid":"91338326","full_name":"bbarreto/skyhub-php-sdk","owner":"bbarreto","description":"🏪 Abstração da API de integração com marketplace da SkyHub (B2W)","archived":false,"fork":false,"pushed_at":"2018-08-22T13:39:08.000Z","size":35,"stargazers_count":8,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-05T12:20:53.190Z","etag":null,"topics":["b2s","marketplace","php","sdk","skyhub"],"latest_commit_sha":null,"homepage":"","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/bbarreto.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":"2017-05-15T13:00:16.000Z","updated_at":"2021-05-19T12:03:46.000Z","dependencies_parsed_at":"2022-11-02T11:16:48.984Z","dependency_job_id":null,"html_url":"https://github.com/bbarreto/skyhub-php-sdk","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/bbarreto/skyhub-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbarreto%2Fskyhub-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbarreto%2Fskyhub-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbarreto%2Fskyhub-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbarreto%2Fskyhub-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbarreto","download_url":"https://codeload.github.com/bbarreto/skyhub-php-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbarreto%2Fskyhub-php-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","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":["b2s","marketplace","php","sdk","skyhub"],"created_at":"2026-01-11T07:01:46.774Z","updated_at":"2026-01-11T07:01:46.854Z","avatar_url":"https://github.com/bbarreto.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyHub PHP SDK\n\n## Instalação via composer\n\n``` bash\ncomposer require bbarreto/skyhub-php-sdk\n```\n\n## Autenticando a SDK\n\n``` php\ninclude 'vendor/autoload.php';\nuse Skyhub\\Marketplace;\n$skyhub = new Skyhub\\Marketplace();\n$skyhub-\u003esetAuth('\u003cuser_skyhub\u003e', '\u003capi_key\u003e');\n```\n\n## Produtos\n\n### Adicionando um produto\n\n``` php\n$produto = $skyhub-\u003eproducts()-\u003einsert([\n    'sku'=\u003e'72350973',\n    'name'=\u003e'Teste de produto',\n    'description'=\u003e'Produto de teste da API'\n]);\n```\n\n### Consultando a lista de produtos\n\n``` php\n$produtos = $skyhub-\u003eproducts()-\u003eget(1, 10);\n```\n\n\nConsulte todos os métodos na Wiki do projeto: https://github.com/bbarreto/skyhub-php-sdk/wiki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbarreto%2Fskyhub-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbarreto%2Fskyhub-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbarreto%2Fskyhub-php-sdk/lists"}