10quality/license-keys-php-client

PHP client for WooCommerce License Keys wordpress plugin.

v1.2.2 2020-09-30 04:12 UTC

This package is auto-updated.

Last update: 2024-02-29 03:11:42 UTC


README

Latest Stable Version Total Downloads License

License Keys API client used to activate, validate and deactivate your license keys on PHP.

Content

Requirements

Install

Using composer

Run command:

composer require 10quality/license-keys-php-client

Without composer

Download the latest release of this package and store its content somewhere in your project.

Include the following php files:

require_once '[path-to-package-folder]/src/LicenseRequest.php';
require_once '[path-to-package-folder]/src/Client.php';
require_once '[path-to-package-folder]/src/Api.php';

Coding Guidelines

PSR-2 coding guidelines.

License

MIT License. (c) 2018 10 Quality.