PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cauê Santana   Rand UA   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Rand UA
Generate browser user agent strings to test sites
Author: By
Last change:
Date: 3 months ago
Size: 525 bytes
 

Contents

Class file image Download
{ "name": "dant/rand-ua", "description": "A pure PHP library that generates random user-agents for different browsers and devices, making it easier to simulate various user environments in your applications.", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Dant\\RandUa\\": "src/" } }, "authors": [ { "name": "dantsec", "email": "dantsec@proton.me" } ], "minimum-stability": "stable", "require": {} }