Download the PHP package muffeen/url-status without Composer
On this page you can find all versions of the php package muffeen/url-status. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muffeen/url-status
More information about muffeen/url-status
Files in muffeen/url-status
Download muffeen/url-status
More information about muffeen/url-status
Files in muffeen/url-status
Vendor muffeen
Package url-status
Short Description Check or ping urls for http response/status codes.
License MIT
Homepage https://github.com/mrethical/url-status
Package url-status
Short Description Check or ping urls for http response/status codes.
License MIT
Homepage https://github.com/mrethical/url-status
Please rate this library. Is it a good library?
Informations about the package url-status
URL Status Code Checker
This package can be used to retrieve http status code of a particular url, as well as its headers.
- Easy to use.
- Lightweight, no dependencies.
- Can be configured easily with curl options.
Requirements
This package only requires php curl and json extensions. PHP requirement is 5.4+.
Installation
Add muffeen/url-status
as a require dependency in your composer.json
file:
Usage
Refer to the example below:
Extend your request by using curl options constants. The example below show how can you set a user agent for your request.
License
This package is open-sourced software licensed under the MIT license.
All versions of url-status with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4 || ^7.0 || ^8.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package muffeen/url-status contains the following files
Loading the files please wait ....