# WooCommerce Licensed Product Client A PHP client library for the WooCommerce Licensed Product Plugin REST API. Activate, validate, and check the status of software licenses. ## Requirements - PHP 8.3 or higher - Composer ## Installation ```bash composer require magdev/wc-licensed-product-client ``` ## Features - Easy integration in licensed software packages - License validation against domains - License activation on domains - License status checking - Built on Symfony HttpClient ## API Endpoints This client interacts with the following WooCommerce Licensed Product API endpoints: - **POST /validate** - Validate a license key for a specific domain - **POST /status** - Get detailed license status information - **POST /activate** - Activate a license on a domain ## Usage Coming soon in future versions. ## License GPL-2.0-or-later ## Author Marco Graetsch - Website: - Email: ## Contributing Issues and pull requests are welcome at