Skip to content
vanqard edited this page Apr 4, 2015 · 5 revisions

PassMan wiki pages

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.

Clone this wiki locally