KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PHPAuth
★ 13
Open GitHub ↗
A new and improved PHPAuth
Download README (.md)
Explore Similar Repositories
CXCarousel
:
一个方便的滚播图控件
sqrtOram
:
No description available.
hydra
:
A Scale Testing infra using Mesos and marathon
atpg
:
An automatic test pattern generation (ATPG) and fault simulation system.
directShare
:
Tiny P2P File Sharing in C#
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PHPAuth
?
Download (.md)
# PHPAuth ## About PHP 7 compatible library for authenticating users using session cookies. ## Features * Login * Sign up * Activate account * Change email address * Change password * Delete account * View active sessions * Revoke active session * View security logs * Logout ## Requirements * `>= php v7.0` ## Installation `composer require liamjack/phpauth:dev-master` ## Usage ``` require_once('vendor/autoload.php'); $database = new \PHPAuth\Database\MySQL( $db_host, $db_user, $db_pass, $db_name ); $phpauth = new \PHPAuth\PHPAuth($database); ``` ## See also * [PHPAuth-API](https://github.com/liamjack/PHPAuth-API) A simple REST API layer on top of PHPAuth