2017 © Pedro Peláez
 

library uri

URI manipulation Library

image

peterpostmann/uri

URI manipulation Library

  • Friday, November 17, 2017
  • by peterpostmann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

uri

![Software License][ico-license] Build Status, (*1)

URI manipulation Library for URIs (RFC3986 URL, URN, Windows path, relative path or file), (*2)

Install

Via Composer

composer require peterpostmann/uri

If you dont want to use composer use the files as described in the sub-projects and include them into your project., (*3)

Usage


use peterpostmann\uri; // parse_uri array uri\parse_uri ( string uri [, int $component = -2 [, bool $convertUrlToUrn = null ]] ) // resolve_uri string uri\resolve_uri ( string basePath, string newPath ) string uri\build_uri ( array components ) string uri\convert_url2urn ( string uri, bool convertUrlToUrn = null ) // fileuri string uri\fileuri ( string path [, string basePath] )

License

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

The Versions

17/11 2017

dev-master

9999999-dev

URI manipulation Library

  Sources   Download

MIT

The Requires

 

by Peter Postmann

17/11 2017

1.0.0

1.0.0.0

URI manipulation Library

  Sources   Download

MIT

The Requires

 

by Peter Postmann