承接 rych/hash_pbkdf2-compat 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rych/hash_pbkdf2-compat

最新稳定版本:v1.0.1

Composer 安装命令:

composer require rych/hash_pbkdf2-compat

包简介

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

README 文档

README

Latest Version on Packagist Software License Build Status Total Downloads

This component provides compatibility for the hash_pbkdf2() function on PHP versions >=5.3,<5.5.

Install

Via Composer

$ composer require rych/hash_pbkdf2-compat

Usage

When loaded via Composer on PHP versions <5.5, a global function hash_pbkdf2() is automatically loaded which matches the >=5.5 built-in function as closely as possible. On PHP versions >=5.5, the shim function is available as \Rych\hash_pbkdf2().

If not using Composer, make sure to include src/hash_pbkdf2-compat.php in order to load the function.

See the PHP documentation for hash_pbkdf2() for information.

Testing

$ composer test

Credits

License

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

统计信息

  • 总下载量: 77.83k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 1
  • 依赖项目数: 10
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-09-22