PHPackages                             mesingh/envato - 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. mesingh/envato

ActiveLibrary[API Development](/categories/api)

mesingh/envato
==============

A Laravel 4 package for the Envato marketplaces - like themeforest.net.

010PHP

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/DepreBot/Laravel-4-Envato-API-Wrapper)[ Packagist](https://packagist.org/packages/mesingh/envato)[ RSS](/packages/mesingh-envato/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4 Envato API Wrapper
============================

[](#laravel-4-envato-api-wrapper)

A Laravel 4 package for the Envato marketplaces - like themeforest.net.

---

#### Information

[](#information)

Visit [www.gewora.net](http://www.gewora.net) for more awesome products!

---

#### Installation

[](#installation)

To get the latest version of Gewora/Envato simply require it in your `composer.json` file.

```
"gewora/envato": "dev-master"

```

After that, you'll need to run `composer update` to download the latest Version and updating the autoloader.

Once Gewora/Envato is installed, you need to register the ServiceProvider. To do that open `app/config/app.php` and add the following to the `providers` key.

```
'Gewora\Envato\EnvatoServiceProvider',

```

How to use
----------

[](#how-to-use)

First you need to publish the config file. To do that, type the following in the terminal:

```
php artisan config:publish Gewora\Envato

```

Now open: `app/config/packages/Gewora/config.php` and fill it with your data

```
return array(

    'username' => 'Your Envato Username',
    'api_key' => 'Your Envato API Key',

);

```

Now you can use the package like that:

```
$result = Envato::account_information();
dd($result);

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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/0cb6f069e3fd7405b76938389fa713e22db06814110ce62c9478383545b0404e?d=identicon)[meSingh](/maintainers/meSingh)

---

Top Contributors

[![Gewora](https://avatars.githubusercontent.com/u/4948929?v=4)](https://github.com/Gewora "Gewora (7 commits)")[![meSingh](https://avatars.githubusercontent.com/u/2369397?v=4)](https://github.com/meSingh "meSingh (4 commits)")[![Shadow505](https://avatars.githubusercontent.com/u/9123343?v=4)](https://github.com/Shadow505 "Shadow505 (2 commits)")

### Embed Badge

![Health badge](/badges/mesingh-envato/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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