Authia is a lightweight, open-source licensing framework designed for PHP developers who need security without the enterprise bloat.
Watch how to deploy the framework in under 2 minutes using standard PHP configurations.
Industry-standard cryptography ensures your keys cannot be reverse-engineered.
Optimized SQL queries provide validation responses in under 50ms.
A single JSON endpoint handles all validation logic for your applications.
Validate licenses programmatically with a single secure POST request.
curl -X POST https://authia.dev/api \ -H "Content-Type: application/json" \ -d '{ "domain": "client-site.com" "key": "bm-7a9s8d7f6g..." }'
{
"status": "success",
"data": {
"domain": "example.com",
"active": 1,
"message": "Domain is active",
"delete": "no",
"license_type": "yearly",
"expiry_date": "2026-12-31"
}
}
License assigned to