Skip to content

bigwhoop/crc24

Repository files navigation

CRC-24

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

About

CRC-24 implementation in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages