Skip to content

Commit 2227e3c

Browse files
committed
badges
1 parent 3575f88 commit 2227e3c

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
@@ -1,7 +1,9 @@
11
# php-uuid-base58
22

33
<p>
4-
https://img.shields.io/travis/cbschuld/php-uuid-base58/master?style=flat-square
4+
<img src="https://img.shields.io/travis/cbschuld/php-uuid-base58/master?style=flat-square"/>
5+
<img src="https://img.shields.io/packagist/l/cbschuld/php-uuid-base58?style=flat-square"/>
6+
<img src="https://img.shields.io/packagist/dm/cbschuld/php-uuid-base58?style=flat-square"/>
57
</p>
68

79
Generates a RFC4122 compliant v4 UUID and returns it encoded in base-58. This is great for creating unique IDs which only consume 22 characters of storage. Also provides base-58 encoding and decoding.

0 commit comments

Comments
 (0)