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

Commit 5859526

Browse files
committed
Update badges
1 parent 49f6916 commit 5859526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# crc-fast-php
1+
# crc-fast
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)
5+
[![Latest Stable Version](https://img.shields.io/packagist/v/awesomized/crc-fast)](https://packagist.org/packages/awesomized/crc-fast)
66

77
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.
88

0 commit comments

Comments
 (0)