PHPackages                             superauth/superauth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. superauth/superauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

superauth/superauth
===================

SuperAuth - The Ultimate Laravel Authentication System with AI-Powered Security, Multi-Channel Notifications, and Advanced Admin Dashboard

1.5.2(7mo ago)012MITPHPPHP ^8.4

Since Sep 26Pushed 7mo agoCompare

[ Source](https://github.com/laravelgpt/SuperAuth)[ Packagist](https://packagist.org/packages/superauth/superauth)[ Docs](https://github.com/superauth/superauth)[ RSS](/packages/superauth-superauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (14)Used By (0)

🚀 **SuperAuth - The Ultimate Laravel Authentication System**
============================================================

[](#-superauth---the-ultimate-laravel-authentication-system)

[![Latest Version](https://camo.githubusercontent.com/82607e69abe99314712caaca3e9c3d804b6290df91f9771848c2c84b1d6bf4b8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e312e302d626c75652e737667)](https://github.com/laravelgpt/SuperAuth)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE.md)[![Laravel](https://camo.githubusercontent.com/1cf7e76377e33c525ce7f5645f062caa61e32d7f2a143fa261c5cbce90820e67/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31312e782d7265642e737667)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/9d539385f15c2345c605ffa95fbef22da25ec3362b0855a647aa25acfc15b15e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342b2d707572706c652e737667)](https://php.net)

📊 **COMPREHENSIVE AUTHENTICATION PACKAGE**
------------------------------------------

[](#-comprehensive-authentication-package)

SuperAuth is a modern, full-featured Laravel authentication package with **multi-framework support**, **AI-powered security**, and **comprehensive user management**. It provides everything you need for secure authentication in Laravel applications.

🎯 **KEY FEATURES**
------------------

[](#-key-features)

### **🔐 Authentication &amp; Authorization**

[](#-authentication--authorization)

- **Multi-Provider Social Login**: Google, Facebook, GitHub, Apple
- **OTP Authentication**: Email-based one-time password
- **Traditional Authentication**: Email/password login and registration
- **Real-Time Password Breach Checking**: HaveIBeenPwned API integration
- **Password Strength Analysis**: Comprehensive scoring with visual indicators
- **Role-Based Access Control**: Granular permissions system

### **🎨 Modern UI/UX Design**

[](#-modern-uiux-design)

- **Glass Morphism**: Frosted glass effect components
- **Dark/Light Mode**: Theme switching with smooth transitions
- **Mobile-First Responsive**: Optimized for all screen sizes
- **Component Kit**: Reusable UI components with multiple variants
- **Accessibility**: WCAG compliant design

### **📱 Multi-Framework Support**

[](#-multi-framework-support)

- **Laravel Blade**: Traditional server-side rendering
- **Livewire**: Full-stack Laravel components with real-time updates
- **Vue.js**: Progressive JavaScript framework with Composition API
- **React**: JavaScript library with hooks and context
- **Next.js**: React framework with server-side rendering

### **🤖 AI-Powered Features**

[](#-ai-powered-features)

- **AI Agent**: Login history and IP tracking with anomaly detection
- **Intelligent Notifications**: Multi-channel notification system
- **Real-Time Monitoring**: AI-powered security monitoring
- **Auto-Alerting**: Automatic alerts for security anomalies

🚀 **QUICK START**
-----------------

[](#-quick-start)

### **1. Install Package**

[](#1-install-package)

```
composer require superauth/superauth
```

### **2. Publish Assets**

[](#2-publish-assets)

```
php artisan vendor:publish --provider="SuperAuth\SuperAuthServiceProvider"
```

### **3. Run Migrations**

[](#3-run-migrations)

```
php artisan migrate
```

### **4. Setup Database**

[](#4-setup-database)

```
php artisan superauth:setup
```

### **5. Create Default Roles (if not done by setup)**

[](#5-create-default-roles-if-not-done-by-setup)

```
php artisan superauth:create-default-roles
```

### **6. Choose Your Framework**

[](#6-choose-your-framework)

```
# Laravel Blade Kit
php artisan superauth:install-laravel-kit

# Livewire Kit
php artisan superauth:install-livewire-kit

# Vue.js Kit
php artisan superauth:install-vue-kit

# React Kit
php artisan superauth:install-react-kit

# Next.js Kit
php artisan superauth:install-react-kit --nextjs

# Interactive Wizard
php artisan superauth:install-wizard
```

🎨 **COMPONENT KIT**
-------------------

[](#-component-kit)

```

    Save Changes

    Card Title
    Card content...

        Modal Title
        Modal content...

```

🎯 **COMMANDS**
--------------

[](#-commands)

```
# Framework Installation Kits
php artisan superauth:install-laravel-kit
php artisan superauth:install-livewire-kit
php artisan superauth:install-vue-kit
php artisan superauth:install-react-kit
php artisan superauth:install-react-kit --nextjs

# Installation Wizard
php artisan superauth:install-wizard

# Route Generation
php artisan superauth:generate-routes

# Environment Generation
php artisan superauth:generate-env

# Role Management
php artisan superauth:create-default-roles
php artisan superauth:cleanup-expired-roles
php artisan superauth:role-stats
```

🎯 **TESTING**
-------------

[](#-testing)

```
# Run all tests
vendor/bin/phpunit

# Run specific test
vendor/bin/phpunit tests/Feature/AuthenticationTest.php

# Run with coverage
vendor/bin/phpunit --coverage-html coverage/
```

🎯 **DEPLOYMENT**
----------------

[](#-deployment)

```
# Production setup
composer install --optimize-autoloader --no-dev
php artisan vendor:publish --provider="SuperAuth\SuperAuthServiceProvider"
php artisan migrate --force
php artisan superauth:create-default-roles
php artisan config:cache
php artisan route:cache
php artisan view:cache
```

🎯 **SUPPORT**
-------------

[](#-support)

- **Documentation**: [Complete Documentation](SUPERAUTH_DOCUMENTATION.md)
- **GitHub**: [Repository](https://github.com/laravelgpt/SuperAuth)
- **Issues**: [Issue Tracker](https://github.com/laravelgpt/SuperAuth/issues)
- **Discussions**: [Community Discussions](https://github.com/laravelgpt/SuperAuth/discussions)

🎯 **LICENSE**
-------------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

🎯 **CONTRIBUTING**
------------------

[](#-contributing)

We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.

🎯 **SECURITY**
--------------

[](#-security)

If you discover any security vulnerabilities, please send an email to  instead of using the issue tracker.

🎯 **FINAL STATUS**
------------------

[](#-final-status)

### **✅ PACKAGE COMPLETED (100%)**

[](#-package-completed-100)

- **Multi-Framework Support** - Laravel Blade, Livewire, Vue.js, React, Next.js ✅
- **Component Kit System** - Reusable UI components with variants ✅
- **Dynamic Routing** - Feature-based route management ✅
- **Theme Management** - Light/dark mode with persistence ✅
- **Installation Wizards** - Interactive setup for all frameworks ✅
- **Comprehensive Testing** - Full test coverage ✅
- **Documentation** - Complete documentation and guides ✅
- **GitHub Integration** - Successfully pushed to main branch ✅

### **🎉 PACKAGE STATUS**

[](#-package-status)

**Repository**:
**Version**: v1.1.0
**Status**: ✅ **100% Complete with Multi-Framework Support!** 🎉

**The SuperAuth package is now complete with comprehensive multi-framework support, component kits, dynamic routing, theme management, and full documentation! 🚀**

---

📚 **COMPREHENSIVE DOCUMENTATION**
---------------------------------

[](#-comprehensive-documentation)

For complete documentation, installation guides, configuration options, and advanced features, please see:

**[📖 Complete Documentation](SUPERAUTH_DOCUMENTATION.md)**

This comprehensive documentation includes:

- Detailed installation guides for all frameworks
- Component kit usage examples
- Configuration options
- API documentation
- Troubleshooting guides
- Deployment instructions
- And much more!

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance62

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

12

Last Release

234d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad107e973e4942f97e875f216484319e0d23e1a354ceae083f627715759c7096?d=identicon)[laravelgpt](/maintainers/laravelgpt)

---

Top Contributors

[![laravelgpt](https://avatars.githubusercontent.com/u/21008964?v=4)](https://github.com/laravelgpt "laravelgpt (1 commits)")

---

Tags

laravelotpsecurityaiAuthenticationnotificationslivewiredashboardadminsocial-auth

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/superauth-superauth/health.svg)

```
[![Health](https://phpackages.com/badges/superauth-superauth/health.svg)](https://phpackages.com/packages/superauth-superauth)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[tuandm/laravue

A beautiful dashboard for Laravel built by VueJS

2.2k16.6k](/packages/tuandm-laravue)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[salehhashemi/laravel-otp-manager

Laravel OTP manager

18713.2k](/packages/salehhashemi-laravel-otp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
