lenonleite / hacking-analyze-static-files
AsZone Component - Crawler Static File
v0.2
2016-10-03 04:42 UTC
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: 2024-10-30 19:14:45 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);