PHPackages                             gusdecool/envato-php-sdk - 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. gusdecool/envato-php-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

gusdecool/envato-php-sdk
========================

Envato PHP SDK

v1.0.1(5y ago)0751[1 PRs](https://github.com/gusdecool/envato-php-sdk/pulls)MITPHPPHP &gt;=7.4

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gusdecool/envato-php-sdk)[ Packagist](https://packagist.org/packages/gusdecool/envato-php-sdk)[ RSS](/packages/gusdecool-envato-php-sdk/feed)WikiDiscussions master Synced yesterday

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

DISCLAIMER: work in progress
============================

[](#disclaimer-work-in-progress)

Lot of properties not fully serialized.

Envato PHP SDK
==============

[](#envato-php-sdk)

Implementation API source:

User usage
----------

[](#user-usage)

Install the package with

```
composer require gusdecool/php-envato-sdk
```

Create your API instances with

```
$personalAuthToken = \Gusdecool\EnvatoSDK\Utility\HttpClientBuilder::personal('YOUR_AUTH_TOKEN');
$api = new \Gusdecool\EnvatoSDK\Api\MarketCatalogApi($personalAuthToken);

$response = $api->searchItems([]);
var_dump($response);
```

Each API methods has documentation that link to the Envato API documentation page where you can see the possible parameters and response values. All parameters and response value are matches with the docs.

Development guide
-----------------

[](#development-guide)

We only need CLI to develop and test the code. Please use PHPUnit to test the code.

### How to install

[](#how-to-install)

Use Docker for the easiest installation steps and run these commands

```
docker-compose run app bash

# we're now in shell of the docker instance

# install dependencies
composer install

# test the code
vendor/bin/phpunit
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% 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 ~0 days

Total

2

Last Release

2137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a3d54523f1bc63dbe2a40c858bc989e7d364a440e906691c0d126c078b2e189?d=identicon)[GusDeCooL](/maintainers/GusDeCooL)

---

Top Contributors

[![gusdecool](https://avatars.githubusercontent.com/u/223657?v=4)](https://github.com/gusdecool "gusdecool (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gusdecool-envato-php-sdk/health.svg)

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

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