amitkhare / easy-authentication
Easy Authentication is an easy and simple PHP authentication library
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amitkhare/easy-authentication
Requires
- php: >=5.5.0
- amitkhare/easy-session: ^0.0
- amitkhare/easy-translator: ^0.1.4
- amitkhare/easy-validation: ^0.5.8
- illuminate/database: ^5.5
- swiftmailer/swiftmailer: ^6.0
Requires (Dev)
- kint-php/kint: ^2.2
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2025-10-04 06:09:24 UTC
README
Easy Authentication is an easy to use PHP authentication library
Install
Run this command from the directory in which you want to install.
Via Composer:
php composer.phar require amitkhare/easy-authentication
Via Git:
git clone https://github.com/amitkhare/easy-authentication.git
Manual Install:
Download: https://github.com/amitkhare/easy-authentication/archive/master.zip
Extract it, require "PATH-TO/"."EasyTranslator.php" where you want to use it.