PHPackages                             bbarreto/skyhub-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bbarreto/skyhub-php-sdk

ActiveLibraries[API Development](/categories/api)

bbarreto/skyhub-php-sdk
=======================

Abstração da API SkyHub de integração com marketplace

v0.0.10(7y ago)81.2k↓100%9MITPHPPHP &gt;=5.4

Since May 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/bbarreto/skyhub-php-sdk)[ Packagist](https://packagist.org/packages/bbarreto/skyhub-php-sdk)[ RSS](/packages/bbarreto-skyhub-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (11)Used By (0)

SkyHub PHP SDK
==============

[](#skyhub-php-sdk)

Instalação via composer
-----------------------

[](#instalação-via-composer)

```
composer require bbarreto/skyhub-php-sdk
```

Autenticando a SDK
------------------

[](#autenticando-a-sdk)

```
include 'vendor/autoload.php';
use Skyhub\Marketplace;
$skyhub = new Skyhub\Marketplace();
$skyhub->setAuth('', '');
```

Produtos
--------

[](#produtos)

### Adicionando um produto

[](#adicionando-um-produto)

```
$produto = $skyhub->products()->insert([
    'sku'=>'72350973',
    'name'=>'Teste de produto',
    'description'=>'Produto de teste da API'
]);
```

### Consultando a lista de produtos

[](#consultando-a-lista-de-produtos)

```
$produtos = $skyhub->products()->get(1, 10);
```

Consulte todos os métodos na Wiki do projeto:

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Total

10

Last Release

2817d ago

PHP version history (2 changes)v0.0.1PHP &gt;=7.0

v0.0.3PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/72c4beaeb7c8a9dc07289caad496c37b4b92412ef7cae744c394a3c696bf1344?d=identicon)[bbarreto](/maintainers/bbarreto)

---

Top Contributors

[![bbarreto](https://avatars.githubusercontent.com/u/8928?v=4)](https://github.com/bbarreto "bbarreto (23 commits)")[![faguiargptools](https://avatars.githubusercontent.com/u/9253467?v=4)](https://github.com/faguiargptools "faguiargptools (3 commits)")[![rafael-emiolo](https://avatars.githubusercontent.com/u/32930951?v=4)](https://github.com/rafael-emiolo "rafael-emiolo (2 commits)")[![SOSTheBlack](https://avatars.githubusercontent.com/u/5401143?v=4)](https://github.com/SOSTheBlack "SOSTheBlack (1 commits)")

---

Tags

b2smarketplacephpsdkskyhubapisdkmarketplaceB2Wskyhub

### Embed Badge

![Health badge](/badges/bbarreto-skyhub-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/bbarreto-skyhub-php-sdk/health.svg)](https://phpackages.com/packages/bbarreto-skyhub-php-sdk)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
