indigophp/hash-compat

This package is abandoned and no longer maintained. No replacement package was suggested.

Backports hash_* functionality to older PHP versions

Package info

github.com/indigophp/hash-compat

Homepage

pkg:composer/indigophp/hash-compat

Statistics

Installs: 1 019 545

Dependents: 12

Suggesters: 2

Stars: 23

Open Issues: 2

v1.1.0 2015-08-22 07:03 UTC

Requires

  • php: >=5.3

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 43a19f42093a0cd2d11874dff9d891027fc42214

  • Márk Sági-Kazár <mark.sagikazar.woop@gmail.com>

hashhash_pbkdf2hash_equals

This package is auto-updated.

Last update: 2021-11-24 09:09:10 UTC


README

👁 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.