PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Enrico Sola   PHP Detect Tor IP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Detect Tor IP
Detect if the current request uses the Tor network
Author: By
Last change:
Date: 6 years ago
Size: 669 bytes
 

Contents

Class file image Download
{ "name": "ryanj93/php-tor-detector", "version": "1.1.2", "description": "A very simple library to detect Tor connections using PHP 7 without any dependency.", "type": "library", "license": "GPL-3.0-or-later", "homepage": "https://github.com/RyanJ93/php-tor-detector#readme", "authors": [{ "name": "Enrico Sola", "email": "sola.enrico.93@gmail.com", "homepage": "https://www.enricosola.com" }], "require": { "php": ">=7.0" }, "require-dev": { "php": ">=7.0" }, "keywords": [ "tor", "proxy", "validator", "utilities", "security" ], "autoload": { "files": [ "php-tor-detector.php" ] } }