PHPackages                             tigron/ident - 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. tigron/ident

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

tigron/ident
============

Rough implementation of an RFC1413 (IDENT) client

v0.1(10y ago)037MITPHP

Since Feb 9Pushed 10y ago4 watchersCompare

[ Source](https://github.com/tigron/ident)[ Packagist](https://packagist.org/packages/tigron/ident)[ RSS](/packages/tigron-ident/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

ident
=====

[](#ident)

Description
-----------

[](#description)

This package currently implements a client for the RFC1413 (IDENT) protocol. I don't currently have plans to add a server, but making one would be trivial.

Installation
------------

[](#installation)

Install this package via composer:

```
composer require tigron/ident

```

Usage
-----

[](#usage)

Very simple:

```
$ident = new Tigron\Ident\IdentClient();
echo $ident->getUser();
echo $ident->getOsType();

```

Optionally, you can

The constructor accepts some options as well:

```
$ident = new Tigron\Ident\IdentClient($remote_address, $remote_port, $local_port, $ident_port, $timeout);

```

Some setters are provided, for your convenience:

```
$ident->setRemoteAddress($remote_address);
$ident->setRemotePort($remote_port);
$ident->setLocalPort($local_port);
$ident->setIdentPort($ident_port);
$ident->setTimeout($timeout);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bff1383483dacb0c3f89d2d3856ae03d4cf3e80de26a2998248dd1175317285?d=identicon)[tigron](/maintainers/tigron)

---

Top Contributors

[![gerryd](https://avatars.githubusercontent.com/u/3003371?v=4)](https://github.com/gerryd "gerryd (3 commits)")

### Embed Badge

![Health badge](/badges/tigron-ident/health.svg)

```
[![Health](https://phpackages.com/badges/tigron-ident/health.svg)](https://phpackages.com/packages/tigron-ident)
```

PHPackages © 2026

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