thephpleague/uri-parser

Name: uri-parser

Owner: The League of Extraordinary Packages

Description: RFC3986/RFC3987 compliant URI parser

Created: 2016-10-17 14:23:21.0

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

Pushed: 2018-05-23 19:38:25.0

Homepage: http://uri.thephpleague.com/5.0/parser/

Size: 1904

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

League Uri Parser

Build Status Latest Version

This package contains a userland PHP uri parser compliant with RFC 3986.

System Requirements

You need:

While the library no longer requires the ext/intl extension, it is strongly advise to install this extension if you are dealing with URIs containing non-ASCII host. Without the extension, the parser will throw an exception if such URI is parsed.

Installation
mposer require league/uri-parser
Documentation

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

Testing

League Uri Parser has a :

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

mposer test
Contributing

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

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.