PHPackages                             beycanpress/envato-license-checker - 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. beycanpress/envato-license-checker

ActiveLibrary

beycanpress/envato-license-checker
==================================

A class where you can check the purchase code provided by envato so you can add a licensing system to your Envato products.

0.1.0(3y ago)0334↓100%MITPHPPHP &gt;=7.4

Since Apr 7Pushed 3y agoCompare

[ Source](https://github.com/BeycanPress/envato-license-checker)[ Packagist](https://packagist.org/packages/beycanpress/envato-license-checker)[ Docs](https://github.com/BeycanPress/envato-license-checker)[ RSS](/packages/beycanpress-envato-license-checker/feed)WikiDiscussions master Synced 1mo ago

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

BeycanPress\\EnvatoLicenseChecker - 0.1.0
=========================================

[](#beycanpressenvatolicensechecker---010)

A class where you can check the purchase code provided by envato so you can add a licensing system to your Envato products.

Documentation
-------------

[](#documentation)

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

[](#installation)

### Using Composer

[](#using-composer)

- Obtain [Composer](https://getcomposer.org)
- Run `composer require beycanpress/envato-license-checker`

### Use alternate file load

[](#use-alternate-file-load)

In case you can't use Composer, you can include `EnvatoLicenseChecker.php` into your project.

`require_once __DIR__ . '/src/EnvatoLicenseChecker.php';`

Afterwards you can use `EnvatoLicenseChecker` class.

### Usage

[](#usage)

First of all, we will use the setBearerToken method to set the token you created on the Envato market.

```
use BeycanPress\EnvatoLicenseChecker;

EnvatoLicenseChecker::setBearerToken('token');

```

We will then send the purchase code we want to check to the check method. It will return true or false to us.

```
EnvatoLicenseChecker::check('purchase-code');

```

If you want to get purchase information, you can use the "getPurchaseData" method.

License
-------

[](#license)

This library is under the [MIT](https://github.com/BeycanPress/envato-license-checker/blob/main/LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1132d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b951e4bb4ee9ba166bc685b7efddd6f66d288e960007795dbe654fce33ded85?d=identicon)[0xbeycan](/maintainers/0xbeycan)

---

Top Contributors

[![0xBeycan](https://avatars.githubusercontent.com/u/50718965?v=4)](https://github.com/0xBeycan "0xBeycan (2 commits)")

### Embed Badge

![Health badge](/badges/beycanpress-envato-license-checker/health.svg)

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

PHPackages © 2026

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