PHPackages                             arachne/entity-loader - 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. arachne/entity-loader

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

arachne/entity-loader
=====================

Enables object parameters in nette/application.

v0.13.2(7y ago)116.0k↓91.7%4[2 issues](https://github.com/Arachne/EntityLoader/issues)2MITPHPPHP ^7.1.0

Since Jun 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Arachne/EntityLoader)[ Packagist](https://packagist.org/packages/arachne/entity-loader)[ RSS](/packages/arachne-entity-loader/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (20)Versions (44)Used By (2)

Arachne/EntityLoader
====================

[](#arachneentityloader)

[![Build Status](https://camo.githubusercontent.com/f96bb44094b24d98059e3baf75c971085f35c19f8f2295b8832ef830c72b92c3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f41726163686e652f456e746974794c6f616465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Arachne/EntityLoader/branches)[![Coverage Status](https://camo.githubusercontent.com/52e839584e761a321ef036339f7ee907311adbe30cb1365389a7d1a641e3fede/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f41726163686e652f456e746974794c6f616465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/Arachne/EntityLoader?branch=master)[![Latest stable](https://camo.githubusercontent.com/9fe2c5df38617f05e984e093d5b986d997f1c276b60fbd0451bcd708a6855b1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61726163686e652f656e746974792d6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arachne/entity-loader)[![Downloads this Month](https://camo.githubusercontent.com/003b617aba1b5837e5be27d3fb6df2257f7b6a9acb269ac06ad1b74b526d5d94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f61726163686e652f656e746974792d6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arachne/entity-loader)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Arachne/EntityLoader/blob/master/license.md)

Enables object parameters in nette/application.

```
// Without EntityLoader
public function actionEdit($id)
{
	$article = $this->em->getRepository(Article::class)->find($id);
	if (! $article) {
		$this->error(); // 404
	}
	// ...
}

// With EntityLoader
public function actionEdit(Article $article)
{
	// ...
}
```

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Doctrine integration](docs/doctrine-integration.md)
- [Custom filters](docs/custom-filters.md)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 99.4% 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 ~36 days

Recently: every ~73 days

Total

43

Last Release

2859d ago

PHP version history (3 changes)v0.1.0PHP &gt;=5.4.0

v0.9.0PHP ^5.4.0|^7.0.0

v0.11.0PHP ^7.1.0

### Community

Maintainers

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

---

Top Contributors

[![enumag](https://avatars.githubusercontent.com/u/539462?v=4)](https://github.com/enumag "enumag (321 commits)")[![adaamz](https://avatars.githubusercontent.com/u/4347332?v=4)](https://github.com/adaamz "adaamz (1 commits)")[![josefsabl](https://avatars.githubusercontent.com/u/1252386?v=4)](https://github.com/josefsabl "josefsabl (1 commits)")

---

Tags

componentsnettenettearachne

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/arachne-entity-loader/health.svg)

```
[![Health](https://phpackages.com/badges/arachne-entity-loader/health.svg)](https://phpackages.com/packages/arachne-entity-loader)
```

###  Alternatives

[contributte/menu-control

Menu control for Nette framework

29112.2k1](/packages/contributte-menu-control)[carrooi/nette-menu

Menu control for Nette framework

2950.5k1](/packages/carrooi-nette-menu)

PHPackages © 2026

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