Download the PHP package wp-kit/hashing without Composer
On this page you can find all versions of the php package wp-kit/hashing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wp-kit/hashing
More information about wp-kit/hashing
Files in wp-kit/hashing
Package hashing
Short Description A wp-kit component that handles password hashing
License MIT
Homepage https://github.com/wp-kit/hashing
Informations about the package hashing
wp-kit/hashing
This is a wp-kit component that handles password hashing.
This component was built to run within an so is perfect for frameworks such as , and .
was built to support when authenticating users and comparing the input password against the stored password in WordPress.
There are many good reasons to use but often password hashing on users can get in the way of using to manage authentication in WordPress, and aims to solve this problem.
Installation
If you're using , install via in the root of your installation, otherwise install in your driven theme folder:
Setup
Add Service Provider
Just register the service provider in the providers config:
Add Facade
If you are using Themosis or another driven framework, you may want to add , simply add them to your aliases:
Usage
If you are using , hashing will work out of the box as listens to the hash binding on the container which is register by . However you can use the elsewhere in your application if you wish:
Get Involved
To learn more about how to use check out the docs:
Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:
- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on GitHub
- Sharing the project around your community
For details about contributing to the framework, please check the contribution guide.
Requirements
Wordpress 4+
PHP 5.6+
License
wp-kit/hashing is open-sourced software licensed under the MIT License.