Skip to content

Commit 0b04f8b

Browse files
authored
Update README.md with badges (#5)
1 parent d2bf840 commit 0b04f8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
![License](https://img.shields.io/badge/license-MIT-blue.svg)
77
![PHP](https://img.shields.io/badge/PHP-%3E=8.3-777bb4)
8-
![Tests](https://img.shields.io/badge/tests-passing-brightgreen)
8+
![Tests](https://github.com/lhcze/bcp47-tag/actions/workflows/php.yml/badge.svg)
9+
![Packagist](https://img.shields.io/packagist/v/lhcze/bcp47-tag)
10+
![IANA Registry](https://img.shields.io/badge/Source-IANA%20Language%20Subtag%20Registry-green)
911

1012
**BCP47Tag** is a lightweight, robust PHP library for parsing, validating, normalizing, and resolving [BCP 47](https://tools.ietf.org/html/bcp47) language tags — the standard that powers `en-US`, `fr-CA`, `zh-Hant-CN`, `i-klingon` (🖖 Qapla’!), and more.
1113

0 commit comments

Comments
 (0)