PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Mobile Phone Detection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mobile Phone Detection
Detect when a site use is using a mobile phone
Author: By
Last change: Update PHP version required

PHP 7.3 => 7.2
Date: 4 years ago
Size: 557 bytes
 

Contents

Class file image Download
{ "name": "ph-7/phonedetector", "description": "Detect user's mobile phone based on their phone's OS.", "keywords": [ "mobile", "phone", "detector", "device", "phone detector" ], "type": "library", "homepage": "https://ph7.me", "license": "MIT", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me" } ], "require": { "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "autoload": { "psr-4": { "PierreHenry\\PhoneDetector\\": "src" } } }