2017 © Pedro Peláez
 

library url-parser-tool

Url Parser Tool

image

hcelebi/url-parser-tool

Url Parser Tool

  • Friday, October 16, 2015
  • by hakobe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

URL Parser Tool

Example Usage

$url = "http://www.xxx.com/search/?k=word";
$urlType = new Url($url);

//Get query params as array
$query = $urlType->getQuery()->toArray();

//Get uri path
$path = $urlType->getPath();

//Update query param
$urlType->getQuery()->set("k" => "wordxx");

The Versions

16/10 2015

dev-master

9999999-dev

Url Parser Tool

  Sources   Download

The Development Requires

by Hakan Celebi

16/10 2015

v1.0.2

1.0.2.0

Url Parser Tool

  Sources   Download

The Development Requires

by Hakan Celebi