lastcall/last-call-crawler

Static site crawler/processor

1.1.1 2015-12-31 21:27 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:14:36 UTC


README

Build Status

This 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.

Installation

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: