thephpleague/uri-schemes

Name: uri-schemes

Owner: The League of Extraordinary Packages

Description: Collection of URI Immutable Value Objects

Created: 2016-10-17 20:51:29.0

Updated: 2018-05-22 13:09:35.0

Pushed: 2018-05-23 19:49:13.0

Homepage: https://uri.thephpleague.com

Size: 2002

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Uri Schemes

Build Status Latest Version

This package contains concrete URI objects represented as immutable value object. Each URI object implements the League\Uri\Interfaces\Uri interface as defined in the uri-interfaces package or the Psr\Http\Message\UriInterface from PSR-7.

System Requirements

You need:

While the library no longer requires the intl extension, it is strongly advise to install this extension if you are dealing with URIs containing non-ASCII host. Without it, an exception will be thrown if such host is used.

Dependencies
Installation
mposer require league/uri-schemes
Documentation

Full documentation can be found at uri.thephpleague.com.

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.

Testing

League Uri Schemes has a :

To run the tests, run the following command from the project folder.

mposer test
Security

If you discover any security related issues, please email nyamsprod@gmail.com instead of using the issue tracker.

Credits
License

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.