Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 49f6916

Browse files
committed
Add Packagist badge
1 parent 4e4852a commit 49f6916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Code Standards](https://github.com/awesomized/crc-fast-php/actions/workflows/code-standards.yml/badge.svg?branch=main)](https://github.com/awesomized/crc-fast-php/actions/workflows/code-standards.yml)
33
[![Static Analysis](https://github.com/awesomized/crc-fast-php/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/awesomized/crc-fast-php/actions/workflows/static-analysis.yml)
44
[![Unit Tests](https://github.com/awesomized/crc-fast-php/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/awesomized/crc-fast-php/actions/workflows/unit-tests.yml)
5+
[![Latest Stable Version](http://poser.pugx.org/awesomized/crc-fast/v)](https://packagist.org/packages/awesomized/crc-fast)
56

67
Fast, SIMD-accelerated CRC computation in PHP via FFI using Rust. Currently supports [CRC-64/NVME](https://reveng.sourceforge.io/crc-catalogue/all.htm#crc.cat.crc-64-nvme) and [CRC-32/ISO-HDLC aka "crc32"](https://reveng.sourceforge.io/crc-catalogue/all.htm#crc.cat.crc-32-iso-hdlc). Other implementations welcome via PR.
78

0 commit comments

Comments
 (0)