PHPackages                             hosiplan/nette-autowire-properties - 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. hosiplan/nette-autowire-properties

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

hosiplan/nette-autowire-properties
==================================

Lazy-Autowire of properties for Nette PresenterComponents.

v0.1.1(13y ago)7743[1 PRs](https://github.com/HosipLan/Nette-AutowireProperties/pulls)1BSD-3-ClausePHP

Since Dec 21Pushed 13y ago3 watchersCompare

[ Source](https://github.com/HosipLan/Nette-AutowireProperties)[ Packagist](https://packagist.org/packages/hosiplan/nette-autowire-properties)[ RSS](/packages/hosiplan-nette-autowire-properties/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Autowire Properties experiment for Nette Framework
==================================================

[](#autowire-properties-experiment-for-nette-framework)

**You shouldn't be using this, if you don't know what youre doing!**

discussion:

Include in application
----------------------

[](#include-in-application)

```
abstract class BasePresenter extends Nette\Application\UI\Presenter
{
	use \Kdyby\AutowireProperties;

}
```

Usage
-----

[](#usage)

```
class ArticlePresenter extends BasePresenter
{
    /**
     * @autowire
     * @var App\ArticleRepository
     */
    protected $articleRepository;

    // ..
}
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4896d ago

### Community

Maintainers

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

---

Top Contributors

[![fprochazka](https://avatars.githubusercontent.com/u/158625?v=4)](https://github.com/fprochazka "fprochazka (2 commits)")

---

Tags

nette

### Embed Badge

![Health badge](/badges/hosiplan-nette-autowire-properties/health.svg)

```
[![Health](https://phpackages.com/badges/hosiplan-nette-autowire-properties/health.svg)](https://phpackages.com/packages/hosiplan-nette-autowire-properties)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k64.2M576](/packages/nette-php-generator)[nette/robot-loader

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

89352.7M321](/packages/nette-robot-loader)[vojtech-dobes/nette-forms-gpspicker

Google Maps based picker of coordinates for Nette Framework.

2456.6k](/packages/vojtech-dobes-nette-forms-gpspicker)

PHPackages © 2026

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