PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Broken Links Scanner   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Broken Links Scanner
Scan web sites to identify broken links
Author: By
Last change:
Date: 19 days ago
Size: 834 bytes
 

Contents

Class file image Download
{ "name": "peterujah/broken-links-scanner", "type": "library", "description": "A PHP library for scanning websites to identify broken links and extract relevant information.", "homepage": "https://github.com/peterujah/broken-links-scanner", "keywords": [ "library", "link checker", "PHP broken links scanner", "PHP" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0", "ext-curl": "*" }, "suggest": { "ext-curl": "Required for performing HTTP requests when scanning websites." }, "autoload": { "psr-4": { "PeterUjah\\BrokenLinks\\": "src/" } }, "prefer-stable": true }