PHPackages                             prosperworks/php-sdk-v1 - 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. prosperworks/php-sdk-v1

ActiveLibrary[API Development](/categories/api)

prosperworks/php-sdk-v1
=======================

Prosperworks PHP SDK

1.0.0(10y ago)51.6k7[2 issues](https://github.com/radoneman/prosperworks-php-sdk/issues)GPL-2.0PHPPHP &gt;=5.4.0CI failing

Since Aug 11Pushed 4y ago2 watchersCompare

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

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

Prosperworks PHP SDK
====================

[](#prosperworks-php-sdk)

A PHP client (fancy named SDK) to access Prosperworks API. Default HTTP library is CURL but it works with Guzzle too.

*Note: this is not an official Prosperworks package; all product names, logos, and brands are property of their respective owners.*

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

[](#installation)

With [Composer](https://getcomposer.org/). Add the Prosperworks PHP SDK package to your `composer.json` file.

```
{
    "require": {
        "prosperworks/php-sdk-v1": "~1.0"
    }
}
```

Usage
-----

[](#usage)

> **Note:** PHP 5.4 or greater is required.

Using

```
$config = array(
    'access_token' => 'YOURACCESSTOKENHERE',
    'user_email' => 'youremail@domain.com'
    // 'client_http' => 'guzzle' // if you want to use guzzle 5.0
);

$app = new Prosperworks($config);
$result = $app->post('companies/search');
print_r($result);

```

Tests
-----

[](#tests)

1. [Composer](https://getcomposer.org/) is a prerequisite for running the tests. Install composer globally, then run `composer install` to install required files.
2. Get API credentials from Prosperworks and update the $config array.
3. The tests can be executed by running this command from the root directory:

```
$ ./vendor/bin/phpunit
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45088f5a2a663aa485e0c095654fb5681e6887dbe09df55b0e5380201fd6af03?d=identicon)[radoneman](/maintainers/radoneman)

---

Top Contributors

[![radoneman](https://avatars.githubusercontent.com/u/13747249?v=4)](https://github.com/radoneman "radoneman (6 commits)")[![Ivanner](https://avatars.githubusercontent.com/u/4665453?v=4)](https://github.com/Ivanner "Ivanner (4 commits)")

---

Tags

apisdkprosperworks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prosperworks-php-sdk-v1/health.svg)

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

###  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)
