PHP Package: spiral/auth

Spiral's PHP authentication library offers secure user authentication and authorization functionalities for modern web applications.

Current Version: 1.0.0
Last Updated: 2019-10-23
PHP Requirement: ^7.2
Dependencies:
spiral/auth-core
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Spiral's authentication library provides a comprehensive suite of tools for user authentication and authorization, ensuring robust security measures for web applications. With features including role-based access control, token management, and flexible integration options, this library streamlines the implementation of user authentication processes in PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/spiral/auth/1.0.0/loader.php';
require_once 'libs/spiral/auth-core/{lib_version}/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Spiral\Auth\Auth;
use Illuminate\Support\Facades\Facade;

$obj = new Auth();
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.