PHPackages                             nettrine/extensions - 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. [Database &amp; ORM](/categories/database)
4. /
5. nettrine/extensions

Abandoned → [nettrine/extensions-atlantic18](/?search=nettrine%2Fextensions-atlantic18)ArchivedLibrary[Database &amp; ORM](/categories/database)

nettrine/extensions
===================

Doctrine2 behavioral extensions for Nette Framework

v0.5.0(6y ago)1166.5k↓50%1MITPHPPHP ^7.2CI failing

Since Jun 23Pushed 5mo ago5 watchersCompare

[ Source](https://github.com/contributte/doctrine-gedmo)[ Packagist](https://packagist.org/packages/nettrine/extensions)[ Docs](https://github.com/nettrine/extensions-atlantic18)[ RSS](/packages/nettrine-extensions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (12)Versions (7)Used By (0)

[![](https://camo.githubusercontent.com/d0cc1cb2096a99bdde61e12aadc706f0373cad15301cc721fb7861689b27e4e5/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f646f637472696e652d6765646d6f2f3f646570726563617465643d31)](https://camo.githubusercontent.com/d0cc1cb2096a99bdde61e12aadc706f0373cad15301cc721fb7861689b27e4e5/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f646f637472696e652d6765646d6f2f3f646570726563617465643d31)

 [![](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 [nettrine/extensions-atlantic18](https://github.com/contributte/doctrine-extensions-atlantic18).Composer[`contributte/doctrine-gedmo`](https://packagist.org/packages/contributte/doctrine-gedmo)Version[![](https://camo.githubusercontent.com/d450920e9876288cb2fce2ef37823c6ad7de3b19a686c492412111d201d11d30/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f646f637472696e652d6765646d6f)](https://camo.githubusercontent.com/d450920e9876288cb2fce2ef37823c6ad7de3b19a686c492412111d201d11d30/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f646f637472696e652d6765646d6f)PHP[![](https://camo.githubusercontent.com/ba0df86d9b55dfd9b05a5d2939198f80cb06ec022bfcfa3f922f3add0949a5e1/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f646f637472696e652d6765646d6f)](https://camo.githubusercontent.com/ba0df86d9b55dfd9b05a5d2939198f80cb06ec022bfcfa3f922f3add0949a5e1/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f646f637472696e652d6765646d6f)License[![](https://camo.githubusercontent.com/8ee4ae85c938307cecaf898870229c55e027932173d5ffbf7a528aac285ef076/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f646f637472696e652d6765646d6f)](https://camo.githubusercontent.com/8ee4ae85c938307cecaf898870229c55e027932173d5ffbf7a528aac285ef076/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f646f637472696e652d6765646d6f)Documentation
-------------

[](#documentation)

Doctrine ([Atlantic18/DoctrineExtensions](https://github.com/Atlantic18/DoctrineExtensions)) extension for Nette Framework.

### Setup

[](#setup)

1. First of all, ensure you have installed [nettrine/dbal](https://github.com/contributte/doctrine-dbal) and [Nettrine ORM](https://github.com/contributte/doctrine-orm) packages.
2. Configure Nette DI extension.

```
// config/config.neon
extensions:
  nettrine.extensions.atlantic18: Nettrine\Extensions\Atlantic18\DI\Atlantic18BehaviorExtension
```

### Configuration

[](#configuration)

By default all listeners are disabled, enable only required listeners.

```
nettrine.extensions.atlantic18:
	loggable: off
	sluggable: off
	softDeleteable: off
	treeable: off
	blameable: off
	timestampable: off
	translatable: off
	uploadable: off
	sortable: off
	ipTraceable: off
```

#### Loggable, Translatable, Treeable

[](#loggable-translatable-treeable)

Setup extra entity mapping.

```
extensions:
	orm.annotations: Nettrine\ORM\DI\OrmAnnotationsExtension

orm.annotations:
	paths:
		# your app entities
		- App/Model/Database/Entity
		# doctrine extensions entities
		- Gedmo\Loggable\Entity
		- Gedmo\Loggable\Entity
		- Gedmo\Tree\Entity
```

If you using `nettrine/dbal` all listeners are registered automatically, or you have to register it manually:

```
// Get EventManager, from DI or Entity Manager
$evm = $em->getEventManager();

// Register desired listener to event
$evm->addEventSubscriber($listener);
```

#### [Translatable](https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.x/doc/translatable.md)

[](#translatable)

TranslatableListener has a complex configuration:

```
nettrine.extensions.atlantic18:
	translatable:
		translatable: cs_CZ
		default: cs_CZ
		translationFallback: off
		persistDefaultTranslation: off
		skipOnLoad: off
```

#### [IpTraceable](https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.x/doc/ip_traceable.md)

[](#iptraceable)

IpTraceable requires client IP address:

```
nettrine.extensions.atlantic18:
	ipTraceable:
		ipValue: @Nette\Http\IRequest::getRemoteAddress()
```

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 using this package.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance49

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~198 days

Total

6

Last Release

2352d ago

PHP version history (2 changes)v0.3PHP &gt;=7.1

v0.4.0PHP ^7.2

### 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 (17 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (11 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (5 commits)")[![josefbenjac](https://avatars.githubusercontent.com/u/6731626?v=4)](https://github.com/josefbenjac "josefbenjac (3 commits)")[![adaamz](https://avatars.githubusercontent.com/u/4347332?v=4)](https://github.com/adaamz "adaamz (2 commits)")[![lukasojd](https://avatars.githubusercontent.com/u/3088025?v=4)](https://github.com/lukasojd "lukasojd (1 commits)")[![mark-31](https://avatars.githubusercontent.com/u/25492826?v=4)](https://github.com/mark-31 "mark-31 (1 commits)")[![PetrHudik](https://avatars.githubusercontent.com/u/560450?v=4)](https://github.com/PetrHudik "PetrHudik (1 commits)")

---

Tags

contributtedoctrineentitynette-frameworkormnettedatabaseormdoctrine

###  Code Quality

TestsPHPUnit

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nettrine-extensions/health.svg)

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

###  Alternatives

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58723.9M36](/packages/scienta-doctrine-json-functions)[nettrine/orm

Doctrine ORM for Nette Framework

581.9M37](/packages/nettrine-orm)[nettrine/extensions-atlantic18

Doctrine2 behavioral extensions for Nette Framework

12922.2k3](/packages/nettrine-extensions-atlantic18)[kdyby/doctrine

Doctrine integration into Nette Framework

1091.0M86](/packages/kdyby-doctrine)[williarin/wordpress-interop

Interoperability library to work with WordPress database in third party apps

6610.9k2](/packages/williarin-wordpress-interop)[goodwix/doctrine-json-odm

JSON Object-Document Mapping bundle for Symfony and Doctrine

2226.0k](/packages/goodwix-doctrine-json-odm)

PHPackages © 2026

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