Skip to content

smysloff/urlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Parser

Small and simple url parser library.

System Requirements

You need:

  • PHP >= 7.4 but the latest stable version of PHP is recommended

Installation

$ composer require selby/urlparser

How to use it

Basic usage

use \Selby\UrlParser;

$url = new UrlParser('http://example.com');

echo $url->host();

License

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

About

Small and simple url parser library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages