Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.82 KB

hash_*() compat

Latest Version Software License Build Status Code Coverage Total Downloads

Backports hash_ functionality to older PHP versions.*

Install

Via Composer

$ composer require indigophp/hash-compat

You can safely install this package on systems, where these functions already exist, there won't be any conflict.

Since these functions have no dependencies, you can also include src/{FUNCTION_NAME}.php in your project.

Usage

The backported functions provide the same functionality as the built-in in every way.

Currently supported functions:

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please contact us at security@indigophp.com.

Credits

License

The MIT License (MIT). Please see License File for more information.