snowplow / snowplow-tracker
Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
Installs: 1 148 753
Dependents: 2
Suggesters: 0
Security: 0
Stars: 34
Watchers: 20
Forks: 36
Open Issues: 7
Requires
- php: >=7.4
- ramsey/uuid: ^3 || ^4
Requires (Dev)
- php-coveralls/php-coveralls: ^2.5.2
- phpunit/php-token-stream: ^4.0.4
- phpunit/phpunit: ^9.5.13
README
Overview
Add analytics into your PHP apps and scripts with the Snowplow event tracker for PHP.
With this tracker you can collect event data from your PHP based applications, games and frameworks.
Quickstart & Testing
Make sure docker
& docker-compose
are installed.
git clone git@github.com:snowplow/snowplow-php-tracker.git
cd snowplow-php-tracker
docker-compose run --rm snowplow composer.phar install
docker-compose run --rm snowplow script/tests.sh
Find out more
Copyright and license
The Snowplow PHP Tracker is copyright 2014-2022 Snowplow Analytics Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.