Download the PHP package ecomailcz/purl without Composer
On this page you can find all versions of the php package ecomailcz/purl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ecomailcz/purl
More information about ecomailcz/purl
Files in ecomailcz/purl
Download ecomailcz/purl
More information about ecomailcz/purl
Files in ecomailcz/purl
Vendor ecomailcz
Package purl
Short Description URL Manipulation for PHP
License MIT
Homepage http://github.com/jwage/purl
Package purl
Short Description URL Manipulation for PHP
License MIT
Homepage http://github.com/jwage/purl
Keywords urlmanipulation
Please rate this library. Is it a good library?
Informations about the package purl
Purl
Purl is a simple Object Oriented URL manipulation library for PHP 7.2+
Installation
The suggested installation method is via composer:
Using Purl
Creating Url instances is easy. You can specify the URL you want, or just use the current URL:
You can chain methods together after creating the Url
like this:
Path Manipulation
Query Manipulation
Fragment Manipulation
A Fragment is made of a path and a query and comes after the hashmark (#).
Extract URLs
You can easily extract urls from a string of text using the extract
method:
Join URLs
You can easily join two URLs together using Purl:
Or if you have another Url
object already:
All versions of purl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package ecomailcz/purl contains the following files
Loading the files please wait ....