PHPackages                             social-up/api-php - 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. social-up/api-php

ActiveLibrary[API Development](/categories/api)

social-up/api-php
=================

SocialUP API

0.0.1(3y ago)06MITPHP

Since Jan 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/social-up/api-php)[ Packagist](https://packagist.org/packages/social-up/api-php)[ RSS](/packages/social-up-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Bem-vindo à API da SocialUP 🚀
=============================

[](#bem-vindo-à-api-da-socialup-)

[![Latest Version](https://camo.githubusercontent.com/8df8453076c78914a68f4ab158636edf991e91010b5de949463679ece895f58a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f736f6369616c2d75702f6170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://github.com/social-up/api-php/releases)[![Total Downloads](https://camo.githubusercontent.com/42b26c2f3ba6b35d6157a7c186457f1c3a7d04136772a2f19b55e60f126a5eab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6369616c2d75702f6170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/social-up/api-php)

---

Introdução
----------

[](#introdução)

Agora você pode facilmente integrar a sua aplicação com a API da SocialUP. Nossa biblioteca em PHP te permite enviar e consultar o status de suas ordens, conferir o saldo no sistema, solicitar reposição em ordens e muito mais.

Para começar a usar a API, basta criar uma chave de autenticação e seguir as instruções na nossa documentação.

Qualquer dúvida ou problema, basta abrir uma issue aqui no repositório que nós te ajudamos.

Aproveite ao máximo a API da SocialUP e leve a sua aplicação para outro nível! 😎

Para mais informações, consulte nosso site: [aqui](https://painel.socialuplabs.com.br/admin/painel/api)

---

Primeiros passos
----------------

[](#primeiros-passos)

O método recomendado para instalação da API SocialUP é via [Composer](https://getcomposer.org/).

```
composer require social-up/api-php
```

Então

```
$client  = new \SocialUp\API\Client('YOUR_KEY');
```

Ping

```
$ping = $client->ping();
```

Recuperar saldo

```
$balance = $client->balance()->get();
```

Nova ordem

```
$data = new \SocialUp\API\Order\Order();
$data->setLink('neymarjr');
$data->setService(39);
$data->setAmount(500);

$order = $client->order()->create($data);
```

Obter ordem

```
$order = $client->order()->findById(1);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1230d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c81f412437db8b4882d3b18dad801999338d69a6ba23f6502e1c1d60324a3f0a?d=identicon)[Alfredao](/maintainers/Alfredao)

---

Top Contributors

[![Alfredao](https://avatars.githubusercontent.com/u/815781?v=4)](https://github.com/Alfredao "Alfredao (12 commits)")

### Embed Badge

![Health badge](/badges/social-up-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/social-up-api-php/health.svg)](https://phpackages.com/packages/social-up-api-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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