PHPackages                             ftembe/client-info - 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. ftembe/client-info

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

ftembe/client-info
==================

Getting The Client Information

02PHP

Since Apr 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/FTembe/kitara-client-info)[ Packagist](https://packagist.org/packages/ftembe/client-info)[ RSS](/packages/ftembe-client-info/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Getting The Client Information
==============================

[](#getting-the-client-information)

This packet uses information from the User-Agent HTTP header sent by the client's browser to extract information about the browser, operating system, device and other information used by the user to access the website.

The package may provide information such as browser name and version, operating system, device architecture, device type, and preferred language.

### Installation

[](#installation)

To install this package no can use composer

```
composer require ftembe/client-info
```

### Usage

[](#usage)

```
require('vendor/autoload.php');

use Kitara\Client;

$client = new Client;

echo $post_id;
echo $client->ip;
echo $client->browser;
echo $client->device;
echo $client->plataform;
echo $client->country['CountryName'];
echo $client->country['ContinentName'];
echo $client->country['Latitude'];
echo $client->country['Longitude'];
echo $client->country['Timezone'];
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.8% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31000619?v=4)[Francisco Tembe](/maintainers/FTembe)[@FTembe](https://github.com/FTembe)

---

Top Contributors

[![FTembe](https://avatars.githubusercontent.com/u/31000619?v=4)](https://github.com/FTembe "FTembe (7 commits)")[![ftembe3](https://avatars.githubusercontent.com/u/220564838?v=4)](https://github.com/ftembe3 "ftembe3 (2 commits)")

### Embed Badge

![Health badge](/badges/ftembe-client-info/health.svg)

```
[![Health](https://phpackages.com/badges/ftembe-client-info/health.svg)](https://phpackages.com/packages/ftembe-client-info)
```

###  Alternatives

[samueltissot/wp_route

2018.9k](/packages/samueltissot-wp-route)[chasegiunta/scss

Compiler for SCSS

148.6k1](/packages/chasegiunta-scss)[moay/virus-total-api

Very simple VirusTotal api wrapper for Laravel 5

103.9k](/packages/moay-virus-total-api)

PHPackages © 2026

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