Download the PHP package kuza/user-data-capture without Composer
On this page you can find all versions of the php package kuza/user-data-capture. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kuza/user-data-capture
More information about kuza/user-data-capture
Files in kuza/user-data-capture
Download kuza/user-data-capture
More information about kuza/user-data-capture
Files in kuza/user-data-capture
Vendor kuza
Package user-data-capture
Short Description Capture the user data on the server for your project
License Apache-2.0
Package user-data-capture
Short Description Capture the user data on the server for your project
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package user-data-capture
User Data Capture for PHP
PHP Library for User Data Capture.
This library allows you to capture the following user details:
- location details of the user including continent, country, city, latitude, longitude, timezone among others
- the details of the requests they have sent to the server. Includes their request URIs, query parameters and request bodies.
- The device used by the user. This includes details of the operating system used, the browser and whether they are using a mobile device or not.
Requirements
- PHP >= 5.3.7
- cURL Extension
- Maxmind GeoIP2-City database
To install the maxmind geoip databases (for Linux/Mac OS users)
mkdir /usr/local/share/GeoIP/
wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
tar xvzf GeoLite2-City.tar.gz
mv GeoLite2-City_20190528/GeoLite2-City.mmdb /usr/local/share/GeoIP/GeoLite2-City.mmdb
wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
tar xvzf GeoLite2-Country.tar.gz
mv GeoLite2-Country_20190528/GeoLite2-Country.mmdb /usr/local/share/GeoIP/GeoLite2-Country.mmdb
wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz
tar xvzf GeoLite2-ASN.tar.gz
mv GeoLite2-ASN_20190528/GeoLite2-ASN.mmdb /usr/local/share/GeoIP/GeoLite2-ASN.mmdb
Installation
composer require kuza/user-data-capture
Usage
Credits
- Phelix Juma from Kuza Lab Ltd
All versions of user-data-capture with dependencies
PHP Build Version
Package Version
The package kuza/user-data-capture contains the following files
Loading the files please wait ....