bigwhoop/crc24

A CRC-24 implementation in PHP.

2.0.0 2021-11-27 22:43 UTC

This package is auto-updated.

Last update: 2024-04-26 21:37:46 UTC


README

CI

A CRC-24 implementation in PHP.

Installation

composer require bigwhoop/crc24

Usage

<?php
use Bigwhoop\Crc24\Crc24;

$checksum = Crc24::hash('your message');

Tests

composer install --dev
vendor/bin/phpunit
vendor/bin/phpstan

License

MIT