Download the PHP package nahid/url-factory without Composer
On this page you can find all versions of the php package nahid/url-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nahid/url-factory
More information about nahid/url-factory
Files in nahid/url-factory
Package url-factory
Short Description UrlFactory is a PHP package for working with URLs
License MIT
Informations about the package url-factory
UrlFactory
UrlFactory is a PHP package for working with URLs. Its offer you to best developer experience to manage and manipulate URLs. UrlFactory offers simple, yet powerful ways of working with query string, paths and domain.
Requirements
-
php >= 8.0
-
ext-json
- ext-intl
Installation
UrlFactory is available on Packagist. You can directly install it in any package by running this command bellow
Configuration
There are no extra configuration needed to run this package, but by passing config you can take more control over this package.
Default Config
you can modify it as you want and pass into UrlFactory when initialize
Syntax
Both arguments of the construct are optional
Initialization
We use
http://app.staging.google.com.bd/private/search?q=bangladesh&page=1&limit=20
for our next examples
Example
URL Extract and Fetch
Output
URL Modification
Output
Signed URL
Output
API List
There are lots of API are available with this package. We'll update it ASAP
All versions of url-factory with dependencies
spatie/url-signer Version dev-main
jeremykendall/php-domain-parser Version dev-develop
psr/simple-cache Version 3.0.x-dev
psr/http-client Version 1.0.x-dev
psr/http-factory Version 1.0.x-dev