hgati/useragent

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

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

This package is auto-updated.

Last update: 2024-05-08 12:22:11 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"