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

ActiveLibrary

gewora/envato
=============

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

11364[2 issues](https://github.com/Gewora/Laravel-4-Envato-API-Wrapper/issues)PHP

Since Oct 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Gewora/Laravel-4-Envato-API-Wrapper)[ Packagist](https://packagist.org/packages/gewora/envato)[ RSS](/packages/gewora-envato/feed)WikiDiscussions master Synced 1mo 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

23

—

LowBetter than 27% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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/f3f99bfff94424b7ae2c2f77a530edf55fe1c057aef18ce5479d8169c5b21f4c?d=identicon)[Gewora](/maintainers/Gewora)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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