Skip to content

10quality/license-keys-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WooCommerce License Keys API client (for PHP)

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.