Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Authon PHP SDK

Authon
Official PHP SDK for Authon — Software Licensing & Authentication Platform

WebsiteDocsDiscordStatus


Requirements

  • PHP 7.4+
  • cURL extension (usually installed by default)

Installation

Copy authon.php into your project:

require_once 'authon.php';

Quick Start

$auth = new Authon('your-app-id', 'your-api-key');
$auth->init();

$result = $auth->login('username', 'password');
if ($result['success']) {
    echo "Level: " . $auth->level;
}

Run Example

php example.php

Links

License

MIT

About

Authon PHP SDK - Server-side authentication & license verification for PHP apps

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages