Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.63 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.63 KB

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.