Skip to content
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

Closed
CMCDragonkai opened this issue Apr 7, 2014 · 3 comments
Closed

Request for documentation #1

CMCDragonkai opened this issue Apr 7, 2014 · 3 comments

Comments

@CMCDragonkai
Copy link

Such as usage.

Also will you be updating this over time? I need to use this for browser finger printing.

@sgiehl
Copy link
Member

sgiehl commented Apr 7, 2014

Documentation will follow.
First note for simple Usage:

$dd = new DeviceDetector($userAgent);
$dd->parse();
$browserInfo = $dd->getBrowser();
$osInfo = $dd->getOs();
$device = $dd->getDevice();
$brand= $dd->getBrand();
$model= $dd->getModel();

@CMCDragonkai
Copy link
Author

Cool, would be useful for others if this was on the Readme!

@mattab
Copy link
Member

mattab commented May 18, 2014

Basic doc is now in the readme. Keep feedback coming!

@mattab mattab closed this as completed May 18, 2014
sgiehl pushed a commit that referenced this issue Apr 22, 2015
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
* Fixes #1.
Implemented dbrowser and Streamy browsers detection.

* Fixed indents in Browser.php.

* Fixed dbrowser's default engine.

* Moved Streamy regex before Chrome one.
Fixes #7.
sgiehl pushed a commit that referenced this issue Aug 31, 2016
Implemented dbrowser and Streamy browsers detection.
sgiehl pushed a commit that referenced this issue Sep 28, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants