Static Site Crawler is brought to you by your friends at Last Call Media, is a CLI tool to crawl a website and do processing on the data that's found. The most common use case would be for scraping content off of an HTML site, but it could also be used to invoke an API and process the data.
Install the crawler using Composer.
php composer.phar require lastcall/last-call-crawler
You can also add the dependency directly to your project's composer.json:
{
"require": {
"lastcall/last-call-crawler": "~1.0"
}
}
Documentation can be found here: