Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10quality/license-keys-php-client
PHP client for WooCommerce License Keys wordpress plugin.
https://github.com/10quality/license-keys-php-client
license-management woocommerce wordpress
Last synced: 5 days ago
JSON representation
PHP client for WooCommerce License Keys wordpress plugin.
- Host: GitHub
- URL: https://github.com/10quality/license-keys-php-client
- Owner: 10quality
- License: mit
- Created: 2018-02-26T08:09:19.000Z (over 6 years ago)
- Default Branch: v1.0
- Last Pushed: 2020-09-30T04:25:08.000Z (about 4 years ago)
- Last Synced: 2024-09-03T21:40:50.339Z (3 months ago)
- Topics: license-management, woocommerce, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/woo-license-keys/
- Size: 50.8 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WooCommerce License Keys API client (for PHP)
[![Latest Stable Version](https://poser.pugx.org/10quality/license-keys-php-client/v/stable)](https://packagist.org/packages/10quality/license-keys-php-client)
[![Total Downloads](https://poser.pugx.org/10quality/license-keys-php-client/downloads)](https://packagist.org/packages/10quality/license-keys-php-client)
[![License](https://poser.pugx.org/10quality/license-keys-php-client/license)](https://packagist.org/packages/10quality/license-keys-php-client)License Keys API client used to activate, validate and deactivate your license keys on PHP.
## Content
* Documentation (visit our [wiki](https://github.com/10quality/license-keys-php-client/wiki))
* [Requirements](#requirements)
* [Install](#install)
* [Using composer](#using-composer)
* [Withput composer](#withput-composer)
* [Coding Guidelines](#coding-guidelines)
* [License](#license)## Requirements
* PHP >= 7.1 (for PHP >= 5.4 see [php5 version](https://github.com/10quality/license-keys-php-client/tree/php5))## Install
### Using composer
Run command:
```bash
composer require 10quality/license-keys-php-client
```### Without composer
Download the [latest release](https://github.com/10quality/license-keys-php-client/releases) of this package and store its content somewhere in your project.
Include the following php files:
```php
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](https://www.10quality.com/).