PHPackages                             appcheap/license - 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. appcheap/license

ActiveLibrary

appcheap/license
================

Appcheap license for Wordpress plugin

1.3.0(1y ago)0203↓50%proprietaryPHPPHP ^7.4|^8.0

Since Apr 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AppCheap/License)[ Packagist](https://packagist.org/packages/appcheap/license)[ RSS](/packages/appcheap-license/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Appcheap Client Library for Licensing and Update Wordpress Plugin
=================================================================

[](#appcheap-client-library-for-licensing-and-update-wordpress-plugin)

Requirements
------------

[](#requirements)

- [PHP 7.4 or higher](https://www.php.net/)

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org/). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require appcheap/license:^1.0
```

Finally, autoloader library in your main plugin file like this:

```
require_once __DIR__ . '/vendor/autoload.php';
```

Usage
-----

[](#usage)

### Initialize the client

[](#initialize-the-client)

```
$client = new Appcheap\Client([
    'identify' => 'app-builder',
    'base_uri' => 'https://verify.appcheap.io/api/v1',
    'plugin_file' => __FILE__,
]);
```

### Plugin update

[](#plugin-update)

```
$plugin = new Appcheap\Plugin($client);
$plugin->run();
```

### Register license page

[](#register-license-page)

```
$verify = new Appcheap\Verify( $client );

$license_page = $verify->registerLicensePage(
	array(
		'parent_slug' => 'options-general.php',
		'page_title'  => 'License',
		'menu_title'  => 'License',
		'menu_slug'   => 'appcheap-license',
	)
);
```

### Register rest api for license activation and deactivation

[](#register-rest-api-for-license-activation-and-deactivation)

```
$verify = new Appcheap\Verify( $client );

$verify->registerRestApi(
    array(
        'namespace' => 'appcheap/v1',
        'route'     => '/license',
    )
);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance46

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Every ~60 days

Recently: every ~90 days

Total

7

Last Release

416d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b836b07912c26ed8aed03e59543226f945227d930d77ce9d8432bb7c17ece41?d=identicon)[appcheap](/maintainers/appcheap)

---

Top Contributors

[![dangtienngoc](https://avatars.githubusercontent.com/u/4260689?v=4)](https://github.com/dangtienngoc "dangtienngoc (27 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/appcheap-license/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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