PHPackages                             matin-utils/types-tracker - 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. matin-utils/types-tracker

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

matin-utils/types-tracker
=========================

a utility for track all Types in Laravel apilcation

0.3.4(4y ago)0789MITPHP

Since Nov 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/XANIATMATIN/types-tracker)[ Packagist](https://packagist.org/packages/matin-utils/types-tracker)[ RSS](/packages/matin-utils-types-tracker/feed)WikiDiscussions main Synced today

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

Types Tracker
=============

[](#types-tracker)

---

Summery
-------

[](#summery)

a usefull utility for track all types in laravel/lumen application

install
-------

[](#install)

usage
-----

[](#usage)

### helper function

[](#helper-function)

`types()`

### application

[](#application)

`app('types')`

category
--------

[](#category)

- list all available categories `types()->category()`

```
[
    "nodeType",
    "licenceType",
    "travelService",
]

```

- get available category `types()->category('nodeType')`

```
[
    1 => "enterprise",
    2 => "light",
]

```

get types
---------

[](#get-types)

- get Type Name by Id

```
types()->getName('nodeType',1)
// "enterprise"

```

- get Type Id by Name

```
types()->getId('nodeType','light')
// 2

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

1682d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57622868?v=4)[XANIATMATIN](/maintainers/XANIATMATIN)[@XANIATMATIN](https://github.com/XANIATMATIN)

---

Top Contributors

[![MinaHassanzadeh2022](https://avatars.githubusercontent.com/u/104716883?v=4)](https://github.com/MinaHassanzadeh2022 "MinaHassanzadeh2022 (1 commits)")[![XANIATMATIN](https://avatars.githubusercontent.com/u/57622868?v=4)](https://github.com/XANIATMATIN "XANIATMATIN (1 commits)")

### Embed Badge

![Health badge](/badges/matin-utils-types-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/matin-utils-types-tracker/health.svg)](https://phpackages.com/packages/matin-utils-types-tracker)
```

PHPackages © 2026

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