Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Dec 25, 2020
1 parent 9c450a7 commit 54e5b75
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Simple URI wrapper for PHP 7.1+ based on RFC-3986, PSR-7 & PSR-17
## URI wrapper for PHP 7.1+ (incl. PHP 8) based on RFC-3986, PSR-7 & PSR-17

[![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support)
[![Build Status](https://api.travis-ci.org/sunrise-php/uri.svg?branch=master)](https://travis-ci.org/sunrise-php/uri)
[![Build Status](https://scrutinizer-ci.com/g/sunrise-php/uri/badges/build.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/uri/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sunrise-php/uri/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/uri/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/sunrise-php/uri/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/uri/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/sunrise/uri/v/stable?format=flat)](https://packagist.org/packages/sunrise/uri)
Expand Down Expand Up @@ -89,10 +89,6 @@ $uri->getPath(); // oasis:names:specification:docbook:dtd:xml:4.1.2
php vendor/bin/phpunit
```

## Api documentation

https://phpdoc.fenric.ru/

## Useful links

* https://tools.ietf.org/html/rfc3986
Expand Down

0 comments on commit 54e5b75

Please sign in to comment.