Download the PHP package hoangphison/url without Composer
On this page you can find all versions of the php package hoangphison/url. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hoangphison/url
More information about hoangphison/url
Files in hoangphison/url
Package url
Short Description Parse, build and manipulate URL's
License MIT
Homepage https://github.com/hoangphison/url
Informations about the package url
Parse, build and manipulate URL's
A simple package to deal with URL's in your applications.
Retrieve parts of the URL:
Transform any part of the URL (the Url
class is immutable):
Retrieve and transform query parameters:
Retrieve path segments:
Implements PSR-7's UriInterface
interface:
The league/uri
is a more powerful package than this one. The main reason this package exists, is because the alternatives requires non-standard php extensions. If you're dealing with special character encodings or need bulletproof validation, you're definitely better off using league/uri
.
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Installation
You can install the package via composer:
Usage
Usage is pretty straightforward. Check out the code examples at the top of this readme.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
We publish all received postcards on our company website.
Credits
- Sebastian De Deyne
- All Contributors
Support us
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
License
The MIT License (MIT). Please see License File for more information.