-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Request for documentation #1
Comments
Documentation will follow. $dd = new DeviceDetector($userAgent);
$dd->parse();
$browserInfo = $dd->getBrowser();
$osInfo = $dd->getOs();
$device = $dd->getDevice();
$brand= $dd->getBrand();
$model= $dd->getModel(); |
Cool, would be useful for others if this was on the Readme! |
Basic doc is now in the readme. Keep feedback coming! |
sgiehl
pushed a commit
that referenced
this issue
Aug 13, 2016
* Fixes #1. Implemented dbrowser and Streamy browsers detection. * Fixed indents in Browser.php. * Fixed dbrowser's default engine.
sgiehl
pushed a commit
that referenced
this issue
Aug 25, 2016
sgiehl
pushed a commit
that referenced
this issue
Aug 31, 2016
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Such as usage.
Also will you be updating this over time? I need to use this for browser finger printing.
The text was updated successfully, but these errors were encountered: