rdohms / url

A simple PHP library to parse and manipulate URLs

Home Page:http://url.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League.url

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

The League Url package provides simple and intuitive classes and methods to create and manage 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 the League\Url package using composer:

{
    "require": {
        "League/url": "3.*"
    }
}

Documentation

League\Url has full documentation, powered by Sculpin.

Contribute to this documentation in the sculpin branch

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

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

About

A simple PHP library to parse and manipulate URLs

http://url.thephpleague.com

License:MIT License