2017 © Pedro Peláez
 

library zbz-uri

URI Manipulation

image

zobzn/zbz-uri

URI Manipulation

  • Friday, January 8, 2016
  • by zema
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

zbz-uri

Build Status Software License, (*1)

URI manipulation library, (*2)

Installation

``` bash composer require zobzn/zbz-uri, (*3)


## Basic Usage ``` php $uri = Zbz\Uri::get('http://examplex.org/index.php?key1=val1#title') ->withScheme('https') ->withAuthority('example.com') ->withPath('/index.htm') ->withQuery('key2=val2') ->withFragment('content'); var_export(array( (string) $uri, $uri->getScheme(), $uri->getAuthority(), $uri->getPath(), $uri->getQuery(), $uri->getFragment(), ));

The Versions

08/01 2016

dev-master

9999999-dev http://github.com/zobzn/zbz-uri

URI Manipulation

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Semen Tokarev

url uri

08/01 2016

0.0.1

0.0.1.0 http://github.com/zobzn/zbz-uri

URI Manipulation

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Semen Tokarev

url uri