Skip to content

Commit

Permalink
Merge pull request #1 from niladam/patch/add-packagist-badges-to-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niladam authored Dec 21, 2024
2 parents efd4f74 + a2787ff commit c131a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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.

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

## Inspiration

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.
Expand Down

0 comments on commit c131a19

Please sign in to comment.