PHPackages                             chomenko/auto-install - 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. [Framework](/categories/framework)
4. /
5. chomenko/auto-install

ActiveExtensions[Framework](/categories/framework)

chomenko/auto-install
=====================

Service auto install for Nette Framework

v2.1.1(7y ago)0626PHPPHP &gt;=7.2

Since Dec 13Pushed 7y agoCompare

[ Source](https://github.com/chomenko/AutoInstall)[ Packagist](https://packagist.org/packages/chomenko/auto-install)[ Docs](https://github.com/chomenko/AutoInstall)[ RSS](/packages/chomenko-auto-install/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

AutoInstall
===========

[](#autoinstall)

Install
-------

[](#install)

```
composer require chomenko/auto-install
```

Configuration
-------------

[](#configuration)

```
autoInstall:
	dirs:
	  - %rootDir%/app
extensions:
    autoInstall: Chomenko\AutoInstall\AutoInstallExtension
```

Use
---

[](#use)

```
use Chomenko\AutoInstall\AutoInstall;

class MyService implements AutoInstall
{

}
```

Use witch factory
-----------------

[](#use-witch-factory)

Search class with prefix I

```
use Chomenko\AutoInstall\AutoInstall;

class MyService implements AutoInstall
{

}

interface IMyService
{
	/**
	 * @return MyService
	 */
	public function create();
}
```

Add service tag
---------------

[](#add-service-tag)

```
use Chomenko\AutoInstall\Config;
use Chomenko\AutoInstall\AutoInstall;

/**
 * @Config\Tag({"My.tag", "My.nextag"})
 */
class MyService implements AutoInstall
{

}
```

Set service implement
---------------------

[](#set-service-implement)

```
use Chomenko\AutoInstall\Config;
use Chomenko\AutoInstall\AutoInstall;

/**
 * @Config\Implement("App\IMyService")
 */
class MyService implements AutoInstall
{

}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

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

Total

8

Last Release

2622d ago

Major Versions

v1.1.0 → v2.0.02019-01-13

PHP version history (3 changes)v1.0.0PHP &gt;=5.6

v1.1.0PHP &gt;=7.1

v2.0.1PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

serviceautoinstall

### Embed Badge

![Health badge](/badges/chomenko-auto-install/health.svg)

```
[![Health](https://phpackages.com/badges/chomenko-auto-install/health.svg)](https://phpackages.com/packages/chomenko-auto-install)
```

###  Alternatives

[nette/nette

👪 Nette Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)

1.6k2.8M335](/packages/nette-nette)[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)[ddesrosiers/silex-annotation-provider

A silex service provider that allows the use of annotations in ServiceControllers.

25246.7k3](/packages/ddesrosiers-silex-annotation-provider)

PHPackages © 2026

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