10quality / license-keys-php-client
PHP client for WooCommerce License Keys wordpress plugin.
Installs: 1 229
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 5
Open Issues: 2
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 8.0.*
README
License Keys API client used to activate, validate and deactivate your license keys on PHP.
Content
- Documentation (visit our wiki)
- Requirements
- Install
- Coding Guidelines
- License
Requirements
- PHP >= 7.1 (for PHP >= 5.4 see php5 version)
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.