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 3w ago

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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

2187d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M981](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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