-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated requirements in the readme file and minor text formatting
- added composer install checks: php version and ext-sqlite3
- Loading branch information
Tibor Barna
committed
Jan 28, 2016
1 parent
ead43d0
commit 56d7204
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ Local parser is very fast and accurate useragent string detection solution. Enab | |
We provide the detection of the devices (personal computer, tablet, Smart TV, Game console etc.), operating system and client SW type (browser, e-mail client etc.). | ||
|
||
### Requirements | ||
PHP 5.3 or later. | ||
- php >= 5.3.0 | ||
- ext-sqlite3 (http://php.net/manual/en/book.sqlite3.php) | ||
|
||
### Features | ||
- Fast | ||
|
@@ -16,7 +17,8 @@ PHP 5.3 or later. | |
composer install | ||
|
||
### Usage | ||
You should review the included examples (`parse.php`, `isbot.php`, `account.php` or `full_example.php`) | ||
You should review the included examples (`parse.php`, `isbot.php`, `account.php`, `manual_update_data.php` or `full_example.php`) | ||
|
||
Here's a quick example: | ||
|
||
```php | ||
|
@@ -30,15 +32,12 @@ print_r($ret); | |
echo "</pre>"; | ||
``` | ||
|
||
### Dependencies | ||
- SQLite3(http://php.net/manual/en/book.sqlite3.php) | ||
|
||
### Running tests | ||
|
||
./vendor/bin/codecept run | ||
|
||
### data for parser | ||
### Data for parser | ||
- info: https://udger.com/download/data | ||
|
||
### Author | ||
The Udger.com Team ([email protected]) | ||
The Udger.com Team ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters