Download the PHP package webignition/absolute-url-deriver without Composer
On this page you can find all versions of the php package webignition/absolute-url-deriver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webignition/absolute-url-deriver
More information about webignition/absolute-url-deriver
Files in webignition/absolute-url-deriver
Download webignition/absolute-url-deriver
More information about webignition/absolute-url-deriver
Files in webignition/absolute-url-deriver
Vendor webignition
Package absolute-url-deriver
Short Description Derives an absolute URL from relative and source URLs
License MIT
Homepage https://github.com/webignition/absolute-url-deriver
Package absolute-url-deriver
Short Description Derives an absolute URL from relative and source URLs
License MIT
Homepage https://github.com/webignition/absolute-url-deriver
Please rate this library. Is it a good library?
Informations about the package absolute-url-deriver
Absolute URL deriver
Overview
Derives absolute URL from relative and source URLs.
Useful when:
- extracting full HREF URLs for links in a HTML document
- determining absolute new URL for a 301 redirect where the HTTP server returned a relative Location value
Usage
The "Hello World" example
Building
Using as a library in a project
If used as a dependency by another project, update that project's composer.json and update your dependencies.
"require": {
"webignition/absolute-url-deriver": ">=3,<4"
}
Developing
This project has external dependencies managed with composer. Get and install this first.
# Make a suitable project directory
mkdir ~/absolute-url-deriver && cd ~/absolute-url-deriver
# Clone repository
git clone [email protected]:webignition/absolute-url-deriver.git .
# Retrieve/update dependencies
composer install
Testing
Have look at the project on travis for the latest build status, or give the tests a go yourself.
cd ~/absolute-url-deriver
phpunit tests
All versions of absolute-url-deriver with dependencies
PHP Build Version
Package Version
The package webignition/absolute-url-deriver contains the following files
Loading the files please wait ....