PHPackages                             kalaomer/ider - 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. kalaomer/ider

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

kalaomer/ider
=============

Get unique value for everthing.

1.0.0(12y ago)030MITPHP

Since Jan 24Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kalaomer/ider)[ Packagist](https://packagist.org/packages/kalaomer/ider)[ RSS](/packages/kalaomer-ider/feed)WikiDiscussions master Synced 3d ago

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

IDER
====

[](#ider)

Create ID for any value.

Instalition
-----------

[](#instalition)

In your `composer.json` file use:

```
{
    "require": {
        "kalaomer/ider": "*"
    }
}

```

Then run `composer install`

IDER Usage
----------

[](#ider-usage)

Ider is very small and very easy class.

### GetID

[](#getid)

Create ID.

```

$obj = new stdClass;
$objID = Ider::getID( $obj );

$stringID = Ider::getID( "Lorem Ipsum" );

```

### Check

[](#check)

Check ID and value.

```
$isThisObj = Ider::check( $objID, $obj );	// TRUE

$isThisObj = Ider::check( $objID, new stdClass );	// false

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a853d28d38d0717a9760c06bed9ef75710209ad449825b54234d609e799def24?d=identicon)[grandsopikat](/maintainers/grandsopikat)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kalaomer-ider/health.svg)

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

PHPackages © 2026

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