PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   Archive.org PHP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Archive.org PHP API
Get past versions of pages from Wayback Machine
Author: By
Last change:
Date: 5 years ago
Size: 664 bytes
 

Contents

Class file image Download
{ "name": "dawood/wmb-scrapper", "description": "A small Php package to fetch archive url snapshots from archive.org.using it you can fetch complete list of snapshot urls of any year orcomplete list of all years possible.This package can be used to do recon of any target.", "type": "library", "license": "MIT", "keywords": ["shell","php","wayBackMachine","archive.org","snapshots"], "authors": [ { "name": "Dawood Ikhlaq", "email": "daudmalik06@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "dawood\\WBMScrapper\\": "src/" } } }