PackageTrack
Sign in Get early access

nettrine/orm

Doctrine ORM for Nette Framework

v0.10.1 2.1M downloads/mo #4655 most downloaded on Packagist contributte/doctrine-orm

What this package is like to depend on

Last release 7 months ago

06 Jan 2026

Release timing varies

gaps range from 2 weeks to 1.6 years

Some releases are documented

notes for 10 of 21 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

21 releases · first in 2018

1 release in the last 12 months

see the full history below

Release timeline

21 releases · Apr 2018 to Jan 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 21
  1. v0.10.1 06 Jan 2026
    Release notes

    Bumped! 🗃️

    Diff: v0.10.0...v0.10.1

    Changes:

    Maintenance:

    Open source →
  2. v0.10.0 24 Mar 2025
    Release notes

    Bumped! 🦺

    Diff: v0.9.0...v0.10.0

    Changes:

    Maintenance:

    Open source →
  3. v0.9.0 20 Aug 2024
    Release notes

    Bumped! 🇵🇸

    Diff: v0.8.4...v0.9.0

    Changes:

    Maintenance:

    Open source →
  4. v0.8.4 27 Dec 2022
    Release notes

    Bumped! 🇰🇮

    Diff: v0.8.3...v0.8.4

    Maintenance:

    Open source →
  5. v0.8.3 10 Feb 2022
    Release notes

    Bumped! 🇵🇷

    Diff: v0.8.2...v0.8.3

    Changes:

    Open source →
  6. v0.8.2 13 Aug 2021
    Release notes

    Bumped! 🚋

    Diff: v0.8.1...v0.8.2

    Changes:

    Open source →
  7. v0.8.1 01 Jan 2021
    Release notes

    Bumped! 🚔

    Diff: v0.8.0...v0.8.1

    Changes:

    Open source →
  8. v0.8.0 11 Dec 2020
    Release notes

    Bumped! 👨🏽

    Diff: v0.7.1...v0.8.0

    Changes:

    • PHP 8
    • Travis -> Github Actions
    • PHPUnit -> Nette Tester
    Open source →
  9. v0.7.1 07 Aug 2020
    Release notes

    Bumped! 🈺

    Diff: v0.7.0...v0.7.1

    Changes:

    • Extension configuration supports string/service/reference at definition:
      • namingStrategy
      • quoteStrategy
      • entityListenerResolver
      • repositoryFactory
    • Better docs
    • Better tests
    • Allow PHP >=7.2
    Open source →
  10. v0.7.0 16 Jun 2020
    Release notes

    Bumped! 💅

    Diff: v0.6.1...v0.7.0

    Changes:

    • Rework mapping [BC break] [#75]

    Configuration for annotation and xml changed.

    Before

    nettrine.orm.annotations:
      namespaces: [App\Model\Database]
      paths: [%appDir%/Model/Database]

    After

    nettrine.orm.annotations:
      mapping:
        App\Model\Database: %appDir%/Model/Database

    Dropped TEntityMapping, introduced more powerfull EntityHelper.

    Before

    class CategoryExtension extends CompilerExtension
    {
      use TEntityMapping;
    
      public function beforeCompile(): void
      {
        $this->setEntityMappings([
          'Forum' => __DIR__ . '/../Entity',
        ]);
      }
    }

    After

    class CategoryExtension extends CompilerExtension
    {
      public function beforeCompile(): void
      {
        MappingHelper::of($this)
            ->addAnnotation( __DIR__ . '/../app/Model/Database', 'App\Model\Database')
            ->addAnnotation( __DIR__ . '/../../modules/Forum/Database', 'Forum\Modules\Database');
      }
    }
    Open source →
  11. v0.6.1 02 Jun 2020

    Nothing published for this version

  12. v0.6.0 10 Apr 2020

    Nothing published for this version

  13. v0.5.0 07 Jan 2020

    Nothing published for this version

  14. v0.4.1 11 Nov 2019

    Nothing published for this version

  15. v0.4.0 06 Aug 2019

    Nothing published for this version

  16. v0.3.1 07 Jun 2020

    Nothing published for this version

  17. v0.2.2 24 Sep 2018

    Nothing published for this version

  18. v0.2.1 18 Jun 2018

    Nothing published for this version

  19. v0.3 25 Feb 2019

    Nothing published for this version

  20. v0.2 14 Jun 2018

    Nothing published for this version

  21. v0.1 23 Apr 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive