amitkhare / easy-authentication
Easy Authentication is an easy and simple PHP authentication library
0.0.5
2018-01-04 08:31 UTC
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-01-25 03:10:29 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.