2017 © Pedro Peláez
 

library url

Library to abstract url handling

image

innmind/url

Library to abstract url handling

  • Thursday, November 30, 2017
  • by Baptouuuu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,639 Installations
  • PHP
  • 18 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 8 % Grown

The README.md

Url

Build Status codecov Type Coverage, (*1)

Url abstraction library, (*2)

Installation

composer require innmind/url

Usage

use Innmind\Url\Url;

$url = Url::of('http://example.com:8080/some/dir/?limit=10');

$url->scheme(); // Scheme('http')
$url->authority()->userInformation()->user(); // User::none()
$url->authority()->userInformation()->password(); // Password::none()
$url->authority()->host(); // Host('example.com')
$url->authority()->port(); // Port(8080)
$url->path(); // Path('/some/dir/')
$url->query(); // Query('limit=10')
$url->fragment() // Fragment::none()

The Versions

30/11 2017

dev-master

9999999-dev http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

30/11 2017

2.0.3

2.0.3.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

30/11 2017

dev-develop

dev-develop http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

26/11 2017

2.0.2

2.0.2.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

01/03 2017

2.0.1

2.0.1.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

12/02 2017

2.0.0

2.0.0.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

The Development Requires

url

11/11 2016

1.0.4

1.0.4.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

url

06/11 2016

1.0.3

1.0.3.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

url

22/09 2016

1.0.2

1.0.2.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

url

04/05 2016

1.0.1

1.0.1.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

url

17/04 2016

1.0.0

1.0.0.0 http://github.com/Innmind/Url

Library to abstract url handling

  Sources   Download

MIT

The Requires

 

url