PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gábor Kalmár   PHP Detect Google Crawler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Detect Google Crawler
Check if an access is from Google checking its IP
Author: By
Last change:
Date: 7 years ago
Size: 325 bytes
 

Contents

Class file image Download
{ "name": "kalmargabor/crawler-check", "description": "Verify Googlebot (or others) by their IP addresses", "license": "MIT", "authors": [ { "name": "Gabor Kalmar", "email": "kalmargabor26@gmail.com" } ], "require": {}, "autoload": { "psr-4": { "Kalmargabor\\": "src/" } } }