PHPackages                             yaroslawww/laravel-sproutsocials-api - 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. yaroslawww/laravel-sproutsocials-api

Abandoned → [think.studio/laravel-sproutsocials-api](/?search=think.studio%2Flaravel-sproutsocials-api)Library[API Development](/categories/api)

yaroslawww/laravel-sproutsocials-api
====================================

sproutsocials api integration for laravel

1.1.0(2y ago)038MITPHPPHP ^8.0

Since Apr 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-think-one/laravel-sproutsocials-api)[ Packagist](https://packagist.org/packages/yaroslawww/laravel-sproutsocials-api)[ Docs](https://github.com/dev-think-one/laravel-sproutsocials-api)[ RSS](/packages/yaroslawww-laravel-sproutsocials-api/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

Sproutsocial API client ()
==============================================================

[](#sproutsocial-api-client-httpsapisproutsocialcomdocs)

[![Packagist License](https://camo.githubusercontent.com/deed7fa26e6848ff72e4e7e616f666f311bd3534a7f3e2625378167777a23799/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d7370726f7574736f6369616c732d6170693f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/deed7fa26e6848ff72e4e7e616f666f311bd3534a7f3e2625378167777a23799/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d7370726f7574736f6369616c732d6170693f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/253e4d028cbe6d20d3bbc6c0592b038014aed92f3ca39b1d33ced39aa6223eb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6c61726176656c2d7370726f7574736f6369616c732d617069)](https://packagist.org/packages/think.studio/laravel-sproutsocials-api)[![Total Downloads](https://camo.githubusercontent.com/32bab431a83ad8b1123bf1da5b233def07e259a845750e94fa021eb22e95750c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6c61726176656c2d7370726f7574736f6369616c732d617069)](https://packagist.org/packages/think.studio/laravel-sproutsocials-api)[![Build Status](https://camo.githubusercontent.com/f4928b12b18d18450cccca61bc375b50a4ad3829f4b915f886e4580b9869d227/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d7370726f7574736f6369616c732d6170692f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-sproutsocials-api/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/9af7c06e377a94bd4f32c19b75e087fe0d4dec48c9d766f38da254b147875c63/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d7370726f7574736f6369616c732d6170692f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-sproutsocials-api/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/edd396826d1cdad3baf6f7ca348b7a8d1a26088057a222875856c96a43230757/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d7370726f7574736f6369616c732d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-sproutsocials-api/?branch=main)

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

[](#installation)

You can install the package via composer:

```
composer require think.studio/laravel-sproutsocials-api
# optional publish configs
php artisan vendor:publish --provider="ThinkOne\LaravelSproutsocialsApi\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

```
/** @var Metadata $endpoint */
$endpoint = SproutsocialsApi::endpointGroup(Metadata::class);
$response = $endpoint->getTags($customerId);
if($response->successful()) {
    $tags = $response->json('data');
}
```

```
/** @var Analytics $endpoint */
$endpoint = SproutsocialsApi::endpointGroup(Analytics::class);
$response = $endpoint->getPosts($requestData);
if($response->successful()) {
    $posts = $response->json('data');
}
```

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~286 days

Total

4

Last Release

983d ago

PHP version history (2 changes)1.0.0PHP &gt;7.4

1.1.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23663794?v=4)[yaroslawww](/maintainers/yaroslawww)[@yaroslawww](https://github.com/yaroslawww)

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (5 commits)")

---

Tags

sproutsocialslaravel-sproutsocials

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yaroslawww-laravel-sproutsocials-api/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslawww-laravel-sproutsocials-api/health.svg)](https://phpackages.com/packages/yaroslawww-laravel-sproutsocials-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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