PHPackages                             humanized/php-scoopit-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. humanized/php-scoopit-client

ActiveLibrary[API Development](/categories/api)

humanized/php-scoopit-client
============================

PHP API client for Scoop.it

013PHP

Since Jan 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Humanized/php-scoopit-client)[ Packagist](https://packagist.org/packages/humanized/php-scoopit-client)[ RSS](/packages/humanized-php-scoopit-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Scoop.it Client
===================

[](#php-scoopit-client)

PHP API client for the [Scoop.it API](https://www.scoop.it/dev/api/1/intro).

To use this software an API key is required which can be requested at : .

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require humanized/php-scoopit-client "dev-master"

```

or add

```
"humanized/php-scoopit-client": "dev-master"

```

to the `require` section of your `composer.json` file.

Getting Started
---------------

[](#getting-started)

```
//Initialise the client with valid scoop.it account credentials

$config= [ 'base_uri'=>'your-scoopit-account',
           'consumer_key'=>'your-consumer-key',
           'consumer_secret'=>'your-consumer-secret',
           'token'=>'your-token',
           'token_secret'=>'your-consumer-key',
           'consumer_key'=>'your-consumer-key',
         ];
$client=new ScoopitClient($config);

//And away we go!

$response = $client->test();
var_dump($response);

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a07fca5b8f6fe268961a6744dbfd2175da8c785f5e26b2edaeb552f9bbcabd2?d=identicon)[jeffrey.geyssens](/maintainers/jeffrey.geyssens)

---

Top Contributors

[![jeffrico](https://avatars.githubusercontent.com/u/3632182?v=4)](https://github.com/jeffrico "jeffrico (15 commits)")

### Embed Badge

![Health badge](/badges/humanized-php-scoopit-client/health.svg)

```
[![Health](https://phpackages.com/badges/humanized-php-scoopit-client/health.svg)](https://phpackages.com/packages/humanized-php-scoopit-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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