Skip to content

Commit

Permalink
Updating installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeborges committed Jul 3, 2015
1 parent 9f19181 commit 3f17b09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Send data to Google Analytics from the server using PHP. This library fully impl

Use Composer to install this package.

If you are using ```PHP 5.5 or above``` and ```Guzzle 6``` then:

```json
{
"require": {
Expand All @@ -34,6 +36,16 @@ Use Composer to install this package.
}
```

Or if you are using ```PHP 5.4 or above``` and ```Guzzle 5``` then:

```json
{
"require": {
"theiconic/php-ga-measurement-protocol": "^1.1"
}
}
```

## Integrations
You can use this package on its own, or use a convenient framework integration:
* Laravel 4/5 - https://github.com/irazasyed/laravel-gamp
Expand Down

0 comments on commit 3f17b09

Please sign in to comment.