hgati/useragent

There is no license information available for the latest version (dev-master) of this package.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 498

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hgati/useragent

dev-master 2018-10-18 02:42 UTC

This package is auto-updated.

Last update: 2025-08-08 15:04:35 UTC


README

random user agent creator

test.php

require 'vendor/autoload.php';
var_dump( UserAgent::random() );

output...

php -f test.php
string(65) "Mozilla/5.0 (X11; Linuxx86_64; rv:6.0) Gecko/20131117 Firefox/3.8"