Download the PHP package bickmista/spurl without Composer
On this page you can find all versions of the php package bickmista/spurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bickmista/spurl
More information about bickmista/spurl
Files in bickmista/spurl
Download bickmista/spurl
More information about bickmista/spurl
Files in bickmista/spurl
Vendor bickmista
Package spurl
Short Description A URL library that can validate, modify and split URL's. This library can split URL's into Subdomain, domain and TLD without choking when it comes to newer TLD's.
License MIT
Homepage https://github.com/bickmista/spurl
Package spurl
Short Description A URL library that can validate, modify and split URL's. This library can split URL's into Subdomain, domain and TLD without choking when it comes to newer TLD's.
License MIT
Homepage https://github.com/bickmista/spurl
Keywords url
Please rate this library. Is it a good library?
Informations about the package spurl
Spurl
A URL manipulation library
Description
A PHP Library that can break down and build URLs into/from an array.
Implementations
Current
- Breakdown URLs
- Build up URLs
Planned
- Replace segments before build
- Shuffle segments before build (e.g. swap host.domain with path.2)
Requirements
- PHP 5.4+
Installation
Using Composer
To install Spurl with Composer, just add the following to your composer.json file
or by running the following command:
Usage
General
Shatter
To break down a URL into segments pass it into our shatter function.
The output from the shatter function in the example above would be
You can also break down URLs further by passing true
as an optional second parameter
which would return
All versions of spurl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bickmista/spurl contains the following files
Loading the files please wait ....