PHPackages                             open-serializer/type - 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. open-serializer/type

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

open-serializer/type
====================

PHP Type Tools

0.2.0(3mo ago)027.0k↓31%11MITPHPPHP ^7.4 || ^8.0

Since Mar 12Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/open-serializer/type)[ Packagist](https://packagist.org/packages/open-serializer/type)[ RSS](/packages/open-serializer-type/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (1)

PHP Type Tools
==============

[](#php-type-tools)

```
class Foo
{
    /** @return array */
    public function test(): array
    {
        return [];
    }
}

$typeResolver = new PropertyTypeResolvers(
    new TypedPropertyResolver(),
    new DocBlockPropertyResolver(),
);

$classInfo = new ReflectionClass(Foo::class);
$methodInfo = $classInfo->getMethod('test');
$typeInfo = $typeResolver->resolveMethodType($classInfo, $methodInfo);
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance82

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~1846 days

Total

2

Last Release

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3485209?v=4)[Bronisław Białek](/maintainers/bronek89)[@bronek89](https://github.com/bronek89)

---

Top Contributors

[![bronek89](https://avatars.githubusercontent.com/u/3485209?v=4)](https://github.com/bronek89 "bronek89 (3 commits)")[![dlakomski](https://avatars.githubusercontent.com/u/180052?v=4)](https://github.com/dlakomski "dlakomski (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/open-serializer-type/health.svg)

```
[![Health](https://phpackages.com/badges/open-serializer-type/health.svg)](https://phpackages.com/packages/open-serializer-type)
```

###  Alternatives

[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12525.9M148](/packages/phpdocumentor-reflection)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.1k1](/packages/phpactor-phpactor)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[symfony/ai-platform

PHP library for interacting with AI platform provider.

521.4M289](/packages/symfony-ai-platform)[symfony/ai-agent

PHP library for building agentic applications.

32870.1k107](/packages/symfony-ai-agent)[sylius/promotion

Flexible promotion management for PHP applications.

28505.6k15](/packages/sylius-promotion)

PHPackages © 2026

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