PHPackages                             aticmatic/envatophp - 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. aticmatic/envatophp

ActiveLibrary[API Development](/categories/api)

aticmatic/envatophp
===================

A Laravel package for interacting with the Envato API.

20PHP

Since Feb 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AticMatic/EnvatoPHP)[ Packagist](https://packagist.org/packages/aticmatic/envatophp)[ RSS](/packages/aticmatic-envatophp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

EnvatoPHP Laravel Package
=========================

[](#envatophp-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ecec384a07517fddaae5b47a895d47fb6ebdd7c57bec473f68bf02b607a00542/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617469636d617469632f656e7661746f706870)](https://packagist.org/packages/aticmatic/envatophp)[![Total Downloads](https://camo.githubusercontent.com/0b9881097203ded74037ef54cb972b2496a575d1184cd859aaafc6ddb1acce4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617469636d617469632f656e7661746f706870)](https://packagist.org/packages/aticmatic/envatophp)[![License](https://camo.githubusercontent.com/da8a101943039b318ce0dbe6581cfc8bcc6c00702a910d0dce2cb7527edc0875/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617469636d617469632f656e7661746f706870)](https://github.com/aticmatic/envatophp/blob/main/LICENSE)

This package provides an easy way to interact with the Envato API in your Laravel 10/11 applications.

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

[](#installation)

```
composer require aticmatic/envatophp
```

### Publish the configuration file:

[](#publish-the-configuration-file)

```
php artisan vendor:publish --tag=envato-php-config
```

### Add your Envato Personal Token to your `.env` file:

[](#add-your-envato-personal-token-to-your-env-file)

```
ENVATO_PERSONAL_TOKEN=your_actual_envato_personal_token
```

Usage
-----

[](#usage)

```
use AticMatic\EnvatoPHP\Facades\EnvatoPHP;

try {
     $itemDetails = EnvatoPHP::getItemDetails(20787128);
} catch (\Exception $e) {
    echo "Error: " . $e->getMessage();
    Log::error($e);
}
```

Available Methods
-----------------

[](#available-methods)

(Documentation will get updated for each API method as implemented)

- `getItemDetails(int $itemId)`: Retrieves details about a specific Envato item. Returns an array of item data or throws an exception on error.
- (Other methods will be here as we develop them)

Error Handling
--------------

[](#error-handling)

The package throws exceptions when API requests fail. It's crucial to wrap your API calls in try-catch blocks to handle these exceptions gracefully. The exceptions will contain details about the error returned by the Envato API. It's also recommended to log the exceptions for debugging purposes.

Contributing
------------

[](#contributing)

Contributions are welcome! Please open an issue or submit a pull request.

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](LICENSE).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.7% 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/b706ac3afd87e97d58a7531ada0039b0ad5871266730666f6c774ffbe1249c09?d=identicon)[aticmatic](/maintainers/aticmatic)

---

Top Contributors

[![DrWebDeveloper](https://avatars.githubusercontent.com/u/70931124?v=4)](https://github.com/DrWebDeveloper "DrWebDeveloper (11 commits)")[![AticMatic](https://avatars.githubusercontent.com/u/190407940?v=4)](https://github.com/AticMatic "AticMatic (1 commits)")

---

Tags

codecanyonenvatoenvato-apienvato-authenvato-marketenvato-pluginlaravelphp

### Embed Badge

![Health badge](/badges/aticmatic-envatophp/health.svg)

```
[![Health](https://phpackages.com/badges/aticmatic-envatophp/health.svg)](https://phpackages.com/packages/aticmatic-envatophp)
```

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