Skip to content

A simple user management library that supports things like signin, sign-out, sign-up, forgot-password and email-verification.

License

Notifications You must be signed in to change notification settings

naveed125/php-membership

Repository files navigation

Build Status

php-membership

A simple secure user management library that supports things like signin, sign-out, sign-up, forgot-password and email-verification.

Installation

composer require naveed125/php-membership

Example:

$membership = new Membership();
list($success, $result) = $membership->login($email, $pswd);

About

A simple user management library that supports things like signin, sign-out, sign-up, forgot-password and email-verification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages