Skip to content

Commit c131a19

Browse files
authored
Merge pull request #1 from niladam/patch/add-packagist-badges-to-readme
2 parents efd4f74 + a2787ff commit c131a19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This PHP package provides a robust and flexible way to manipulate and handle URIs, including schemes, hosts, paths, queries, and fragments. It is built on top of `league/uri` and extends its functionality with an intuitive API and additional features like query string handling and fluent URI modification.
44

5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/niladam/uri.svg?style=flat-square)](https://packagist.org/packages/niladam/uri)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/niladam/uri.svg?style=flat-square)](https://packagist.org/packages/niladam/uri)
7+
58
## Inspiration
69

710
This package was inspired and is based on Laravel's Uri (`Illuminate\Support\Uri`) from Laravel 11. However, since Laravel 11 requires PHP 8, this package was created to provide similar functionality for PHP 7.4. Some pieces of code have been directly copied from Laravel's implementation to ensure compatibility and feature parity.

0 commit comments

Comments
 (0)