paulhenri-l/php-sha256-lc

1.0.0 2021-10-02 16:39 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:57 UTC


README

PHP Tests PHP Code Style License: MIT

此包存在是因为我太懒了,当我需要不区分大小写的哈希值时,不想写 hash('sha256', mb_strtolower('some value'))

安装

composer require paulhenri-l/php-sha256-lc

使用

由于composer的自动加载功能,您只需调用该函数即可。

sha256_lc('some value');