License Keys API client used to activate, validate and deactivate your license keys on PHP.
- Documentation (visit our wiki)
- Requirements
- Install
- Coding Guidelines
- License
- PHP >= 7.1 (for PHP >= 5.4 see php5 version)
Run command:
composer require 10quality/license-keys-php-client
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';
PSR-2 coding guidelines.
MIT License. (c) 2018 10 Quality.