A minimal PHP example for creating a license key using the KeyMint API.
-
Set your environment variables:
export KEYMINT_ACCESS_TOKEN=your_access_token export KEYMINT_PRODUCT_ID=your_product_id
-
Edit
create_key.php
to add any other required fields. -
Run the script:
php create_key.php
- PHP with cURL enabled (no external dependencies).
See LICENSE.