Skip to content

keymint-dev/keymint-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages