lenonleite / hacking-analyze-static-files
AsZone Component - Crawler Static File
Installs: 312
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
pkg:composer/lenonleite/hacking-analyze-static-files
Requires
- php: >=5.3.9
- aszone/fakeheaders: ~0.1
- guzzlehttp/guzzle: ~5.3
- symfony/css-selector: 2.8
- symfony/dom-crawler: ~2.8
This package is not auto-updated.
Last update: 2025-10-01 23:55:29 UTC
README
ASZone - Crawler - Reading Static File
Beta
Reading Static File is a open source tool for reading static file / Path Director
Instalation
The recommended way to install PHP Avenger is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/crawler/download-file-by-lfd
Basic Usage
$command=array(); $crawler = new DownloadByLocalFileDownload($command); $url="http://www.xxxx.com/download.php?file=../../index.php"; $crawler->getAllFiles($url);