PHP Package: auth0/auth0-php

Auth0 PHP library for seamless integration with secure authentication services. Simplify user management and enhance security features.

Current Version: 8.17.0
Last Updated: 2025-10-01
PHP Requirement: ^8.1
Dependencies:
auth0/auth0-php-sdk
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Auth0 PHP library provides seamless integration with Auth0's authentication and authorization platform. Enhance security features, simplify user management, and authenticate users effortlessly.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 8.17.0

Download Download v8.17.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/auth0/auth0-php/8.17.0/loader.php';
require_once 'libs/auth0/auth0-php-sdk/{lib_version}/loader.php';

use Auth0\SDK\Auth0;
use Auth0\SDK\Management;

$obj = new Auth0();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.