PHPackages                             kuza/user-data-capture - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kuza/user-data-capture

ActivePackage[Utility &amp; Helpers](/categories/utility)

kuza/user-data-capture
======================

Capture the user data on the server for your project

1.0.7(6y ago)026Apache-2.0PHPPHP &gt;=5.4.0CI failing

Since May 31Pushed 6y agoCompare

[ Source](https://github.com/kuza-lab/user-data-capture-php)[ Packagist](https://packagist.org/packages/kuza/user-data-capture)[ RSS](/packages/kuza-user-data-capture/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

User Data Capture for PHP
=========================

[](#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
============

[](#requirements)

- PHP &gt;= 5.3.7
- cURL Extension
- Maxmind GeoIP2-City database

To install the maxmind geoip databases (for Linux/Mac OS users)
---------------------------------------------------------------

[](#to-install-the-maxmind-geoip-databases-for-linuxmac-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
============

[](#installation)

```
composer require kuza/user-data-capture

```

Usage
=====

[](#usage)

```

```

Credits
=======

[](#credits)

- Phelix Juma from Kuza Lab Ltd

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~58 days

Total

8

Last Release

2303d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.7

1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/582cad671dc442850583be8be4b91c410a30ef3ab716e2ff442733faedb09d2d?d=identicon)[phelixjuma](/maintainers/phelixjuma)

---

Top Contributors

[![jumaphelix](https://avatars.githubusercontent.com/u/12267994?v=4)](https://github.com/jumaphelix "jumaphelix (15 commits)")

---

Tags

packageuser-dataclick-stream

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kuza-user-data-capture/health.svg)

```
[![Health](https://phpackages.com/badges/kuza-user-data-capture/health.svg)](https://phpackages.com/packages/kuza-user-data-capture)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M63](/packages/jean85-pretty-package-versions)[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[fxp/composer-asset-plugin

NPM/Bower Dependency Manager for Composer

8894.8M41](/packages/fxp-composer-asset-plugin)[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k317.5k51](/packages/nunomaduro-essentials)[christiankuri/laravel-favorite

Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.

226471.2k5](/packages/christiankuri-laravel-favorite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
