Download the PHP package ivrok/urlmanager without Composer
On this page you can find all versions of the php package ivrok/urlmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ivrok/urlmanager
More information about ivrok/urlmanager
Files in ivrok/urlmanager
Download ivrok/urlmanager
More information about ivrok/urlmanager
Files in ivrok/urlmanager
Vendor ivrok
Package urlmanager
Short Description URLManager: Efficient PHP URL parsing and management with classes for component handling and URL parsing.
License MIT
Package urlmanager
Short Description URLManager: Efficient PHP URL parsing and management with classes for component handling and URL parsing.
License MIT
Please rate this library. Is it a good library?
Informations about the package urlmanager
URLManager
URLManager
is a PHP package designed to facilitate the parsing and management of URLs. It includes two classes, URL
and URLHelper
, to handle URL components and parsing respectively.
Installation
You can install the package via Composer:
Usage
URL Class
The URL
class provides methods to set and get URL components such as protocol, domain, and path. It also allows you to add query parameters.
URLHelper Class
The URLHelper class includes methods to interact with the URL object:
Features
- Set and get URL components like domain, path, and protocol.
- Add single or multiple query parameters to a URL.
- Parse a URL string into a
URL
object.
License
URLManager is open-source software licensed under the MIT license.
All versions of urlmanager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
The package ivrok/urlmanager contains the following files
Loading the files please wait ....