PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Browser OS Detection and Age Guessing   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Browser OS Detection and Age Guessing
Estimate the age of the browser and OS it runs on
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 696 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/version-to-age", "type": "library", "description": "Estimates age of browser and OS software by using values parsed from User Agent string.", "keywords": ["estimates-age", "software-age", "user-agent-analysis"], "homepage": "https://github.com/peterkahl/version-to-age", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0", "peterkahl/curl-master": "*" }, "autoload": { "psr-4": { "peterkahl\\Version2age\\": "src/" } } }