CALYsPOS License Server

Standalone licensing service for cloud and offline PHP apps. This package is prepared for cPanel hosting, with a browser admin page for issuing licenses and signing offline activation files.

API Endpoints

  • POST /api/licenses/issue create a new license
  • POST /api/licenses/activate activate an online installation
  • POST /api/licenses/offline-activate sign an offline activation request
  • POST /api/licenses/validate refresh and validate an installed license

Recommended Deployment

  • Point your subdomain docroot to public/
  • Keep keys/private.pem readable by PHP only
  • Import database.sql into your cPanel MySQL database
  • Update config.php with production database and admin token values