PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Email Crawler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Email Crawler
Crawl Web site pages to extract email addresses
Author: By
Last change:
Date: 1 year ago
Size: 909 bytes
 

Contents

Class file image Download
{ "name": "peterujah/email-crawl", "type": "library", "description": "PHP Email Web Crawler. using curl and command line interface to extract emails from website.", "homepage": "https://github.com/peterujah/email-crawl", "keywords": [ "library", "craw", "web crawler", "php email extractor", "email extractor", "emails", "extractor" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "archive": { "exclude": ["craw.php", "exec.php"] }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }