Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 476 Bytes

File metadata and controls

26 lines (17 loc) · 476 Bytes

KeyMint PHP Example

A minimal PHP example for creating a license key using the KeyMint API.

Usage

  1. Set your environment variables:

    export KEYMINT_ACCESS_TOKEN=your_access_token
    export KEYMINT_PRODUCT_ID=your_product_id
  2. Edit create_key.php to add any other required fields.

  3. Run the script:

    php create_key.php

Requirements

  • PHP with cURL enabled (no external dependencies).

License

See LICENSE.