PHPackages                             minetro/service-autoloader - 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. minetro/service-autoloader

Abandoned → [contributte/di](/?search=contributte%2Fdi)ArchivedLibrary[Framework](/categories/framework)

minetro/service-autoloader
==========================

Service autoloader for Nette Framework

12.4k1PHPCI failing

Since Jun 25Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/contributte/service-autoloader)[ Packagist](https://packagist.org/packages/minetro/service-autoloader)[ RSS](/packages/minetro-service-autoloader/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/aad817a0c5116af95acb5af36b9da26b7a7d8c11cb9ea1c7602ae9a0e360ed2e/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f736572766963652d6175746f6c6f616465722f3f646570726563617465643d31)](https://camo.githubusercontent.com/aad817a0c5116af95acb5af36b9da26b7a7d8c11cb9ea1c7602ae9a0e360ed2e/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f736572766963652d6175746f6c6f616465722f3f646570726563617465643d31)

 [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

 Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Disclaimer
----------

[](#disclaimer)

⚠️This project is no longer being maintained. Please use [contributte/di](https://github.com/contributte/di).Composer[`minetro/service-autoloader`](https://packagist.org/packages/minetro/service-autoloader)Version[![](https://camo.githubusercontent.com/773e980ca49f540ac29330cd8947131a8b0a77deadc4080acdbbe000804572fc/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6d696e6574726f2f736572766963652d6175746f6c6f61646572)](https://camo.githubusercontent.com/773e980ca49f540ac29330cd8947131a8b0a77deadc4080acdbbe000804572fc/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6d696e6574726f2f736572766963652d6175746f6c6f61646572)PHP[![](https://camo.githubusercontent.com/8e61102dabd9864c24ee7aa45cc97b52cdf288423fb8e7485f72ecf2f2d57ea4/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6d696e6574726f2f736572766963652d6175746f6c6f61646572)](https://camo.githubusercontent.com/8e61102dabd9864c24ee7aa45cc97b52cdf288423fb8e7485f72ecf2f2d57ea4/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6d696e6574726f2f736572766963652d6175746f6c6f61646572)License[![](https://camo.githubusercontent.com/a53e5579d9678be3b22ab8419e459a47682f026db8ef94dd02d1b611da67ee78/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f736572766963652d6175746f6c6f61646572)](https://camo.githubusercontent.com/a53e5579d9678be3b22ab8419e459a47682f026db8ef94dd02d1b611da67ee78/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f736572766963652d6175746f6c6f61646572)Usage
-----

[](#usage)

```
extensions:
	autoload: Minetro\Autoloader\DI\ServiceAutoloadExtension
```

### By default

[](#by-default)

This configuration is enabled by default.

```
autoload:
	dirs:
		- %appDir%

	annotations:
		- @Service

	interfaces:
		- Minetro\Autoloader\AutoloadService

	decorator:
		inject: off
```

### Custom

[](#custom)

You can override all configuration settings you want to.

```
autoload:
	dirs:
		- %appDir%
		- %libsDir%
		- %fooDir%

	annotations:
		- @Service
		- @MyCustomService

	interfaces:
		- Minetro\Autoloader\AutoloadService
		- App\Model\MyAutoloadServiceInterface

	decorator:
		inject: on / off
```

Performance
-----------

[](#performance)

Service loading is triggered only once at dependency injection container compile-time. You should be pretty fast, almost as [official registering presenter as services](https://api.nette.org/2.4/source-Bridges.ApplicationDI.ApplicationExtension.php.html#121-160).

Development
-----------

[](#development)

This package was maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for being used this package.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (12 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (4 commits)")

---

Tags

contributtedependency-injectionnette-frameworkphp

### Embed Badge

![Health badge](/badges/minetro-service-autoloader/health.svg)

```
[![Health](https://phpackages.com/badges/minetro-service-autoloader/health.svg)](https://phpackages.com/packages/minetro-service-autoloader)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M833](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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