-
Notifications
You must be signed in to change notification settings - Fork 1
Home
vanqard edited this page Apr 4, 2015
·
5 revisions
This library was created to simplify the process of using a best practice approach to hashing and checking passwords through the use of PHP's password_* functions. It also exists to provide a convenient object oriented wrapper context around those functions.
Installation via composer is the recommended method, since this will also take care of autoloading for you. The code is compliant with the PSR-4 standard for autoloading though, so even if you don't use composer's autoloader (why not? It's awesome!), you should have no problem employing or creating your own.
Please see the sidebar links for more pages of info.
Thank you for reading.