2017 © Pedro Peláez
 

library anti-crawl

Anti crawl module

image

megaads-vn/anti-crawl

Anti crawl module

  • Wednesday, January 10, 2018
  • by megaads-vn
  • Repository
  • 5 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

php anti crawl

require redis This package use https://github.com/nicolasff/phpredis PHP extension, please make sure this is installed before continuing., (*1)

Installation:

composer require megaads-vn/anti-crawl

OR

add in file composer.json, (*2)

"require": {
    "megaads-vn/anti-crawl":"dev-master"
}

config for yii1, (*3)

    'components' => array(
        "antiCrawl"=>array(
            "class" => "application.vendor.megaads-vn.anti-crawl.src.RequestLimits",
        "hostname" => "127.0.0.1",
            "port" => 6379,
            "database" => 1,
            "prefix" => "Yii.redis."
        )
    )

use for yii1, (*4)

$isOk = Yii::app()->antiCrawl->check();

The Versions

10/01 2018

dev-master

9999999-dev

Anti crawl module

  Sources   Download

MIT

The Requires

  • php >=5.4

 

megaads-vn anti-crawl