PHP Classes

File: uploady/vendor/wolfcast/browser-detection/composer.json

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/wolfcast/browser-detection/composer.json   Download  
File: uploady/vendor/wolfcast/browser-detection/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: update permission to 755
Date: 1 month ago
Size: 789 bytes
 

Contents

Class file image Download
{ "name": "wolfcast/browser-detection", "type": "library", "description": "The Wolfcast BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.", "keywords": ["browser","detection","version","environment","platform","mobile"], "homepage": "https://github.com/Wolfcast/BrowserDetection", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Alexandre Valiquette", "homepage": "https://wolfcast.com/", "role": "Lead developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "classmap": [ "lib/BrowserDetection.php" ] } }