Skip to content

Commit b5dadc7

Browse files
committed
Remove Travis CI config and update readme
1 parent 954cb23 commit b5dadc7

File tree

3 files changed

+17
-95
lines changed

3 files changed

+17
-95
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.github/ export-ignore
33
/.gitignore export-ignore
44
/.readthedocs.yml export-ignore
5-
/.travis.yml export-ignore
65
/docs/ export-ignore
76
/phpbench.json export-ignore
87
/phpcs.xml.dist export-ignore

.travis.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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>
1018

1119
ramsey/uuid is a PHP library for generating and working with universally unique
1220
identifiers (UUIDs).
@@ -61,19 +69,3 @@ information.
6169
[pyuuid]: http://docs.python.org/3/library/uuid.html
6270
[composer]: http://getcomposer.org/
6371
[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

Comments
 (0)