Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapp-digital/mapp-intelligence-php-tracking
Mapp Intelligence - Server-side PHP tracking library
https://github.com/mapp-digital/mapp-intelligence-php-tracking
Last synced: 6 days ago
JSON representation
Mapp Intelligence - Server-side PHP tracking library
- Host: GitHub
- URL: https://github.com/mapp-digital/mapp-intelligence-php-tracking
- Owner: mapp-digital
- Created: 2020-03-31T09:39:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T10:54:16.000Z (about 1 year ago)
- Last Synced: 2024-04-28T12:24:36.562Z (7 months ago)
- Language: PHP
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Mapp Intelligence - Server-side PHP tracking library
[Site](https://mapp.com/) |
[Docs](https://documentation.mapp.com/latest/en/php-library-12582730.html) |
[Support](https://support.webtrekk.com/) |
[Changelog](https://documentation.mapp.com/latest/en/changelog-12582865.html)Server-side tracking is crucial for companies needing to measure mission-critical information on their website, such
as order information or other website goals.The PHP library of Mapp Intelligence helps customers to setup server-side tracking when using Mapp Intelligence as
their analysis tool.The basis for the data collection on your server is implementing the respective library. The Mapp Intelligence tracking
library provides scripts to track user behavior and technical information, such as user agents, among others. In
addition to the standard data collection, the tracking library offers many options to customize tracking based on
specific use cases. Typical use cases are product, order and shipment tracking or the tracking of application processes.# Development
## Requirements
| Software | Version |
|------------------|------------:|
| `docker` | `19.0+` |
| `docker-compose` | `1.24+` |
| `make` | |## Lint
```bash
$ make lint
```## Test
Test *Mapp Intelligence - Server-side PHP tracking library* inside a docker container.
* `$ make test-all` > run tests for PHP v5.6, v7.4 and latest v8
* `$ make test-php5` > run tests for PHP v5.6
* `$ make test-php7` > run tests for PHP v7.4
* `$ make test-php8` > run tests for latest PHP v8
* `$ make test-latest` > run tests for latest PHP