Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active April 8, 2026 00:17
Show Gist options
  • Select an option

  • Save estefanionsantos/c4114bfb9facad087e2abbda19c75b40 to your computer and use it in GitHub Desktop.

Select an option

Save estefanionsantos/c4114bfb9facad087e2abbda19c75b40 to your computer and use it in GitHub Desktop.
Preparing the Configuration Data
$config = [
'platforms' => [
'windows nt 10.0' => 'Windows 10',
'android' => 'Android',
'iphone' => 'iPhone',
'linux' => 'Linux',
'ubuntu' => 'Ubuntu Linux',
'fedora' => 'Fedora Linux',
'x11' => 'Linux (Generic)'
],
'browsers' => [
'Chrome' => 'Chrome',
'Firefox' => 'Firefox',
'MSIE' => 'Internet Explorer',
],
'mobiles' => [
'iphone' => 'Apple iPhone',
'android' => 'Android Device',
],
'robots' => [
'googlebot' => 'Googlebot',
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment