PHPackages                             stavarengo/deep-social-php-api-client - 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. stavarengo/deep-social-php-api-client

ActiveLibrary[API Development](/categories/api)

stavarengo/deep-social-php-api-client
=====================================

PHP Client Library for http://deep.social API

v0.0.5(7y ago)14131MITPHPPHP ^7.1

Since Feb 22Pushed 7y agoCompare

[ Source](https://github.com/stavarengo/deep-social-php-api-client)[ Packagist](https://packagist.org/packages/stavarengo/deep-social-php-api-client)[ RSS](/packages/stavarengo-deep-social-php-api-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

deep-social-php-api-client
==========================

[](#deep-social-php-api-client)

PHP Client Library for  API

If you are interested in a PHP API for [Deep.Social](http://deep.social), that's your library :)

About It
--------

[](#about-it)

- Depends only on PSRs.
- Optionally use cache to avoid spend your DeepSocial credits requesting data you already have.
- You can use it with any application, either if it uses or not a factories from PSR-11.
- It should be very easy to use, since I tried to keep all the source code well documented.

Installation
------------

[](#installation)

Install via `composer`.

```
composer require stavarengo/deep-social-php-api-client:^0.0

```

Basic Usage - More complete documentation yet to come
-----------------------------------------------------

[](#basic-usage---more-complete-documentation-yet-to-come)

- Use it directly (without a factory).

    ```
    $client = new \Sta\DeepSocialPhpApiClient\Client('YOUR_DEPPSOCIAL_API_TOKEN', null);// This 'null' means: "no cache"
    $response = $client->getAudienceData('@SOME_INSTAGRAM_USER_NAME');

    var_dump($response->hasError() ? $response->getErrorEntity() : $response->getEntity());
    ```
- Use our default factory (PSR-11).

    ```
    $client = $container->get(\Sta\DeepSocialPhpApiClient\Client::class)

    var_dump($response->hasError() ? $response->getErrorEntity() : $response->getEntity());
    ```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~77 days

Recently: every ~96 days

Total

6

Last Release

2616d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/02880a6c5616df078a79e18a49c23d9135ddd1278454b894914faa33d23e0232?d=identicon)[Stavarengo](/maintainers/Stavarengo)

---

Top Contributors

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

---

Tags

apiclientdeepdeep-socialdeepsocialphpsocial

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)

PHPackages © 2026

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