PHPackages                             kenny1911/typed-properties-helper - 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. kenny1911/typed-properties-helper

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

kenny1911/typed-properties-helper
=================================

Set of helper functions to working with typed class properties.

v1.0.1(3y ago)02.4kMITPHPPHP ^7.4 | ^8.0

Since Nov 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Kenny1911/typed-properties-helper)[ Packagist](https://packagist.org/packages/kenny1911/typed-properties-helper)[ RSS](/packages/kenny1911-typed-properties-helper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

TypedPropertiesHelper
=====================

[](#typedpropertieshelper)

`TypedPropertiesHelper` is a set of helper function to working with typed class properties.

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

[](#installation)

```
composer require kenny1911/typed-properties-helper
```

Usage
-----

[](#usage)

Check, that object property initialized:

```
use function Kenny1911\TypedProperties\is_initialized;

$obj = new class {
    public int $init = 123;
    public int $notInit;
};

is_initialized($obj, 'init');       // True
is_initialized($obj, 'notInit');    // False
```

Check, that object property typed:

```
use function Kenny1911\TypedProperties\is_typed;

$obj = new class {
    public int $typed;
    public $notTyped;
};

is_typed($obj, 'typed');        // True
is_typed($obj, 'notTyped');     // False
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Every ~622 days

Total

2

Last Release

1426d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.1PHP ^7.4 | ^8.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

helperclassattributespropertiestypedis\_initializedinitattrspropsinitializedis\_typed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kenny1911-typed-properties-helper/health.svg)

```
[![Health](https://phpackages.com/badges/kenny1911-typed-properties-helper/health.svg)](https://phpackages.com/packages/kenny1911-typed-properties-helper)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k129.4M832](/packages/barryvdh-laravel-ide-helper)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89354.3M346](/packages/nette-robot-loader)[jetbrains/phpstorm-attributes

PhpStorm specific attributes

41417.0M776](/packages/jetbrains-phpstorm-attributes)[beste/json

A simple JSON helper to decode and encode JSON

4225.4M3](/packages/beste-json)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3432.2M22](/packages/chillerlan-php-settings-container)[vanilo/properties

Vanilo Properties (Attributes) Module

11142.8k3](/packages/vanilo-properties)

PHPackages © 2026

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