Authia
Features Docs GitHub
Get License

v1.0.0 Stable

Secure your logic.
Verify instantly.

Authia is a lightweight, open-source licensing framework designed for PHP developers who need security without the enterprise bloat.

See it in Action

Watch how to deploy the framework in under 2 minutes using standard PHP configurations.

authia_install.mp4

Argon2id Hashing

Industry-standard cryptography ensures your keys cannot be reverse-engineered.

Low Latency

Optimized SQL queries provide validation responses in under 50ms.

Easy Integration

A single JSON endpoint handles all validation logic for your applications.

Developer API

Validate licenses programmatically with a single secure POST request.

cURL Request POST
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"
  }
}
© 2026 Authia Project • MIT License
Made with by B.M Shifat