Skip to content

Commit 95389fe

Browse files
authored
Merge pull request #7 from there4/add-related-project
Add link to larger PHP project
2 parents 89011ff + e639c91 commit 95389fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ use There4\Analytics\AnalyticsEvent;
2121
$events = new AnalyticsEvent('UAxxxxxxx', 'example.com');
2222
$events->trackEvent('resources', 'download', 'cli-latest');
2323
```
24+
25+
## Related Projects
26+
27+
The [Google Analytics Measurement Protocol library for PHP](https://github.com/theiconic/php-ga-measurement-protocol) project is a much larger implementation of the [Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/v1). If you need more than a simple tracking event you should check it out.

0 commit comments

Comments
 (0)