paulhenri-l/php-sha256-lc

1.0.0 2021-10-02 16:39 UTC

This package is auto-updated.

Last update: 2024-03-29 04:27:03 UTC


README

PHP Tests PHP Code Style License: MIT

This package exists because I am too lazy to write hash('sha256', mb_strtolower('some value')) when I need a case-insensitive hash.

Installation

composer require paulhenri-l/php-sha256-lc

Usage

The function will be autoloaded thanks to composer so you'll only have to call it.

sha256_lc('some value');