francium/logsys
最新稳定版本:v1.0.1
Composer 安装命令:
composer require francium/logsys
包简介
PHP Secure, Advanced Login System
关键字:
README 文档
README
PHP Advanced Login System as part of the Francium Project
See this Blog Post for complete documentation.
Installation
Use Composer :
composer require francium/logsys
Instructions
The Blog Post contains the entire information on how to install and use logSys.
The following folders contain examples of usage
- example-basic
- example-two-step-login
PHP's mail() function is used to send emails. Most likely, emails sent through it will reach the SPAM folder. To avoid this, add an email function in config -> basic -> email_callback.
I recommend to use PHPMailer (SMTP) or Mailgun API to send emails.
Versions & Upgrading
See CHANGELOG
Contributing
- Follow PSR standards
- Write or modify unit tests for changes you make (if applicable)
- Run unit tests before pull request.
Security Bugs
Please report security bugs directly to me via email.
Testing
First of all do a composer update in the main folder. This will install phpunit.
Edit the database configuration in the XML files located in testing folder and run :
vendor/bin/phpunit -c testing/phpunit.mysql.xml && vendor/bin/phpunit -c testing/phpunit.postgresql.xml && vendor/bin/phpunit -c testing/phpunit.sqlite.xml
统计信息
- 总下载量: 1.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 78
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-11-10