amitkhare / easy-authentication
Easy Authentication 是一个简单易用的 PHP 认证库
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: 2024-09-21 01:17:05 UTC
README
Easy Authentication 是一个简单易用的 PHP 认证库
安装
从您想安装的目录运行此命令。
通过 Composer
php composer.phar require amitkhare/easy-authentication
通过 Git
git clone https://github.com/amitkhare/easy-authentication.git
手动安装
Download: https://github.com/amitkhare/easy-authentication/archive/master.zip
Extract it, require "PATH-TO/"."EasyTranslator.php" where you want to use it.