PHPackages                             livioribeiro/nette-propel2 - 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. livioribeiro/nette-propel2

ActiveLibrary[Database &amp; ORM](/categories/database)

livioribeiro/nette-propel2
==========================

Propel 2 integration with Nette framework

1.0.1(12y ago)152BSD-3-ClausePHPPHP &gt;= 5.4.0

Since Feb 18Pushed 12y ago2 watchersCompare

[ Source](https://github.com/livioribeiro/NettePropel2)[ Packagist](https://packagist.org/packages/livioribeiro/nette-propel2)[ Docs](https://github.com/livioribeiro/NettePropel2)[ RSS](/packages/livioribeiro-nette-propel2/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

NettePropel2
============

[](#nettepropel2)

Propel 2 integration with Nette Framework

### Configuration

[](#configuration)

Can be used as compiler extension:

```
    extensions:
        - NettePropel2\PropelExtension
```

or calling `setup()` in bootstrap.php:

```
  use NettePropel2;
  ...
  $container = $configurator->createContainer();
  NettePropel2\Setup::setup($container)
```

You can use both Neon or PHP to configure the database (If both are present, the php will be preferred).

In propel.local.php:

```
  $database = [
      'default' => [
          'adapter'     => 'sqlite|pgsql|mysql|oracle|mssql',
          'host'        => 'host',
          'dbname'      => 'dbname',
          'user'        => 'user',
          'password'    => 'password'
      ]
  ];
```

Or propel.local.neon:

```
  default:
    adapter: sqlite|pgsql|mysql|oracle|mssql
    host: host
    dbname: dbname
    user: user
    password: password
```

### Schema and shell

[](#schema-and-shell)

You schema.xml must be on app/schema directory.

To run propel commands (`model:build`, `migration:diff`, etc) use the `npropel` shell instead of `propel`. The `npropel` script will set the `--input-dir`, `--output-dir` and `--connection` parameters to your project.

```
  ln -s vendor/bin/npropel propel
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~28 days

Total

4

Last Release

4380d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b7de5f9f8547b1c3fb8934190cfb054add752805be53606ee26c4dd8edda362?d=identicon)[livioribeiro](/maintainers/livioribeiro)

---

Top Contributors

[![vojtech-dobes](https://avatars.githubusercontent.com/u/415925?v=4)](https://github.com/vojtech-dobes "vojtech-dobes (3 commits)")

---

Tags

nettedatabaseormpropel2

### Embed Badge

![Health badge](/badges/livioribeiro-nette-propel2/health.svg)

```
[![Health](https://phpackages.com/badges/livioribeiro-nette-propel2/health.svg)](https://phpackages.com/packages/livioribeiro-nette-propel2)
```

###  Alternatives

[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)[uestla/yetorm

Lightweight ORM for Nette\\Database

4936.4k](/packages/uestla-yetorm)[majkl578/nette-identity-doctrine

Integration of entities implementing IIdentity in Nette 2

28119.1k](/packages/majkl578-nette-identity-doctrine)[modul-is/orm

Lightweight hybrid ORM/Explorer

1118.1k](/packages/modul-is-orm)[perplorm/perpl

Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.

203.7k](/packages/perplorm-perpl)

PHPackages © 2026

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