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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appcheap/license

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Appcheap license for Wordpress plugin

1.3.0(1y ago)0203↓92.9%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 2d 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

30

—

LowBetter than 62% of packages

Maintenance42

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

463d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76940647?v=4)[Appcheap](/maintainers/appcheap)[@AppCheap](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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