Skip to content
Snippets Groups Projects
Commit 0f4a17d9 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3424822 - Update readme.md file

parent 7ff80bfa
No related branches found
No related tags found
1 merge request!6Issue #3424822 - Update readme.md file
Pipeline #107730 passed with warnings
# Browscap
Browscap provides an improved version of PHP's get_browser() function.
The get_browser() function can be used to tell what a visitor's browser is
......@@ -12,36 +14,42 @@ limitations, namely:
Browscap automates maintenance by storing browser data in a database and
automatically retrieving the latest data on a configurable schedule.
Requirements
------------
For a full description of the module, visit the
[project page](https://www.drupal.org/project/browscap).
To submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/browscap).
## Table of contents
- Requirements
- Installation
- Configuration
- Maintainers
## Requirements
Browscap requires that your server be able to "phone out" (make a http request)
to retrieve and update its user agent database.
This module requires no modules outside of Drupal core.
Note: Some hosting companies have this capability blocked.
Installation
------------
## Installation
Browscap can be installed via the standard Drupal installation process.
https://www.drupal.org/node/1897420
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
API
---
Modules can make use of browscap data by calling the browscap service
("\Drupal::service('browscap')->getBrowser();") anywhere they would otherwise
call the PHP get_browser()
(https://us3.php.net/manual/en/function.get-browser.php) function.
## Configuration
Note: browser_name_regex is not returned.
No configuration is needed.
Credits
-------
Development of Browscap is sponsored by Acquia (https://www.acquia.com) and the
Ontario Ministry of Northern Development and Mines (http://www.mndm.gov.on.ca).
## Maintainers
A special thanks goes out to Gary Keith (http://www.garykeith.com) who provides
regular updates to the browscap user agent database, and specifically for
adding a non-zipped CSV version of browscap to support this module.
- Devin Carlson - [devin-carlson](https://www.drupal.org/u/devin-carlson)
- Greg Knaddison - [greggles](https://www.drupal.org/u/greggles)
- Matt Lucasiewicz - [lahoosascoots](https://www.drupal.org/u/lahoosascoots)
- Mike Ryan - [mikeryan](https://www.drupal.org/u/mikeryan)
- Viktor Holovachek - [AstonVictor](https://www.drupal.org/u/astonvictor)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment