git 2ff0474a66 初始化 2 years ago
..
src 2ff0474a66 初始化 2 years ago
CHANGELOG.md 2ff0474a66 初始化 2 years ago
CONTRIBUTING.md 2ff0474a66 初始化 2 years ago
LICENSE 2ff0474a66 初始化 2 years ago
README.md 2ff0474a66 初始化 2 years ago
composer.json 2ff0474a66 初始化 2 years ago

README.md

Url

Build Status Coverage Status Quality Score Software License Latest Version Total Downloads

Url is a simple library to ease creating and managing Urls in PHP.

This package is compliant with PSR-2, and PSR-4.

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 and using a PSR-4 compatible autoloader.

Documentation

League\Url is fully documented. Contribute to this documentation in the gh-pages branch.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.