PHPackages                             ilya/creator - 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. ilya/creator

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

ilya/creator
============

Automatic dependencies resolution.

2.0.0(11y ago)026MITPHP

Since Apr 3Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Creator
=======

[](#creator)

[![Build Status](https://camo.githubusercontent.com/1f5a2cde1fcb492ba14301a8e952cf400fbd47acd116b34aabcf4e79f7a1b7c0/68747470733a2f2f7472617669732d63692e6f72672f696c79612d6465762f63726561746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ilya-dev/creator)

Creator is a thin Reflection API wrapper that allows you to easily instantiate classes.

It will automatically read the constructor's dependencies and inject them into a new instance.

```
use Creator\Creator;

class Foo {

    public function __construct(AnotherClass $foo, $bar = 42)
    {
       # something here
    }

}

# do not want to instantiate it manually? here is what you can do
$foo = Creator::make('Foo'); # => new instance of Foo
```

Additional information
======================

[](#additional-information)

Creator is licensed under the MIT license.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~68 days

Total

2

Last Release

4357d ago

Major Versions

1.0.0 → 2.0.02014-06-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/776b7b64a5d05531a18e8874c09069a25dce24b2e3efa60ea521e25e9a35281a?d=identicon)[ilya.s](/maintainers/ilya.s)

---

Top Contributors

[![ilya-dev](https://avatars.githubusercontent.com/u/6959318?v=4)](https://github.com/ilya-dev "ilya-dev (24 commits)")

---

Tags

automaticdependenciesresolution

### Embed Badge

![Health badge](/badges/ilya-creator/health.svg)

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

###  Alternatives

[donatello-za/rake-php-plus

Yet another PHP implementation of the Rapid Automatic Keyword Extraction algorithm (RAKE).

271865.1k10](/packages/donatello-za-rake-php-plus)[dephpend/dephpend

Dependency analysis for PHP

534101.9k2](/packages/dephpend-dephpend)[jbzoo/composer-graph

Render composer.json + composer.lock dependencies graph

66741.6k2](/packages/jbzoo-composer-graph)[mmoreram/symfony-bundle-dependencies

Dependencies resolver for Symfony Bundles

57191.7k54](/packages/mmoreram-symfony-bundle-dependencies)[tatter/patches

Automated project updates for CodeIgniter 4

3588.4k3](/packages/tatter-patches)[symfony-bundles/bundle-dependency

Symfony BundleDependency Component

19135.9k7](/packages/symfony-bundles-bundle-dependency)

PHPackages © 2026

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