rapttor/scraper

General scraping helper class

dev-master 2024-03-05 10:33 UTC

This package is auto-updated.

Last update: 2024-05-05 11:03:14 UTC


README

Features

  • Simplify your life working with Yii1.1.x rest apps
  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit [in progress]

Install

composer require rapttor/yiihelper

or

  "require": {
    "rapttor/scraper": "dev-master"
  },
  "repositories":[
    {
      "type": "vcs",
      "url": "https://github.com/rapttor/scraper.git"
    }
  ]