|
1 | | -# ramsey/uuid |
2 | | - |
3 | | -[![Source Code][badge-source]][source] |
4 | | -[![Latest Version][badge-release]][release] |
5 | | -[![Software License][badge-license]][license] |
6 | | -[![PHP Version][badge-php]][php] |
7 | | -[![Build Status][badge-build]][build] |
8 | | -[![Coverage Status][badge-coverage]][coverage] |
9 | | -[![Total Downloads][badge-downloads]][downloads] |
| 1 | +<h1 align="center">ramsey/uuid</h1> |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <strong>A PHP library for generating and working with UUIDs.</strong> |
| 5 | +</p> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://github.com/ramsey/uuid"><img src="http://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square" alt="Source Code"></a> |
| 9 | + <a href="https://packagist.org/packages/ramsey/uuid"><img src="https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square&label=release" alt="Download Package"></a> |
| 10 | + <a href="https://php.net"><img src="https://img.shields.io/packagist/php-v/ramsey/uuid.svg?style=flat-square&colorB=%238892BF" alt="PHP Programming Language"></a> |
| 11 | + <a href="https://github.com/ramsey/uuid/actions?query=workflow%3ACI"><img src="https://img.shields.io/github/workflow/status/ramsey/uuid/CI?label=CI&logo=github&style=flat-square" alt="Build Status"></a> |
| 12 | + <a href="https://codecov.io/gh/ramsey/uuid"><img src="https://img.shields.io/codecov/c/gh/ramsey/uuid?label=codecov&logo=codecov&style=flat-square" alt="Codecov Code Coverage"></a> |
| 13 | + <a href="https://shepherd.dev/github/ramsey/uuid"><img src="https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Framsey%2Fuuid%2Fcoverage" alt="Psalm Type Coverage"></a> |
| 14 | + <a href="https://github.com/ramsey/uuid/blob/master/LICENSE"><img src="https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a> |
| 15 | + <a href="https://packagist.org/packages/ramsey/uuid/stats"><img src="https://img.shields.io/packagist/dt/ramsey/uuid.svg?style=flat-square&colorB=darkmagenta" alt="Package downloads on Packagist"></a> |
| 16 | + <a href="https://phpc.chat/channel/ramsey"><img src="https://img.shields.io/badge/phpc.chat-%23ramsey-darkslateblue?style=flat-square" alt="Chat with the maintainers"></a> |
| 17 | +</p> |
10 | 18 |
|
11 | 19 | ramsey/uuid is a PHP library for generating and working with universally unique |
12 | 20 | identifiers (UUIDs). |
@@ -61,19 +69,3 @@ information. |
61 | 69 | [pyuuid]: http://docs.python.org/3/library/uuid.html |
62 | 70 | [composer]: http://getcomposer.org/ |
63 | 71 | [contributing.md]: https://github.com/ramsey/uuid/blob/master/.github/CONTRIBUTING.md |
64 | | - |
65 | | -[badge-source]: https://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square |
66 | | -[badge-release]: https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square&label=release |
67 | | -[badge-license]: https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square |
68 | | -[badge-php]: https://img.shields.io/packagist/php-v/ramsey/uuid.svg?style=flat-square |
69 | | -[badge-build]: https://img.shields.io/travis/ramsey/uuid/master.svg?style=flat-square |
70 | | -[badge-coverage]: https://img.shields.io/coveralls/github/ramsey/uuid/master.svg?style=flat-square |
71 | | -[badge-downloads]: https://img.shields.io/packagist/dt/ramsey/uuid.svg?style=flat-square&colorB=mediumvioletred |
72 | | - |
73 | | -[source]: https://github.com/ramsey/uuid |
74 | | -[release]: https://packagist.org/packages/ramsey/uuid |
75 | | -[license]: https://github.com/ramsey/uuid/blob/master/LICENSE |
76 | | -[php]: https://php.net |
77 | | -[build]: https://travis-ci.org/ramsey/uuid |
78 | | -[coverage]: https://coveralls.io/github/ramsey/uuid?branch=master |
79 | | -[downloads]: https://packagist.org/packages/ramsey/uuid |
0 commit comments