PHPackages                             allboo/propel-laravel - 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. allboo/propel-laravel

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

allboo/propel-laravel
=====================

Propel integration for Laravel framework.

v1.0.0(11y ago)54563MITPHPPHP &gt;=5.4.0

Since Nov 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/allBoo/propel-laravel)[ Packagist](https://packagist.org/packages/allboo/propel-laravel)[ RSS](/packages/allboo-propel-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

propel-laravel
==============

[](#propel-laravel)

Propel2 integration for Laravel framework 4

Usage
-----

[](#usage)

Require this package with composer using the following command:

```
composer require allboo/propel-laravel

```

After updating composer, add the ServiceProviders to the providers array in app/config/app.php

```
'Allboo\PropelLaravel\GeneratorServiceProvider',
'Allboo\PropelLaravel\RuntimeServiceProvider',

```

Create Propel configuration file `app/config/propel.php`Note: See example config in `example/config/propel.php`Within provided config schemas files are located into `app/database/` folder, models are generated into `app/models`, migrations into `app/database/migrations`

You can now use Propel commands via artisan, ex

```
php artisan propel:build

```

etc.

Static Configuration
--------------------

[](#static-configuration)

By default it builds configuration from main config `app/config/propel.php` in runtime but you may build static config `app/propel/config.php` by running

```
propel:convert-conf

```

Services
--------

[](#services)

No service is provided.

Propel configures and manages itself by using static methods and its own service container, so no service is registered into Application. Actually, the `GeneratorServiceProvider` class injects Propel tasks into artisan tasks list with prefix `propel:``RuntimeServiceProvider` class initializes Propel runtime configuration

See also
--------

[](#see-also)

[Make Propel models work with Laravel Form::model() without making it an array](https://github.com/stephangroen/propel-laravel)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

4207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6749017f793dd2c547d44fbcf68bffaa0fdb3fe4a5dac28db0ed44c888f9c29c?d=identicon)[allBoo](/maintainers/allBoo)

---

Top Contributors

[![allBoo](https://avatars.githubusercontent.com/u/9552850?v=4)](https://github.com/allBoo "allBoo (3 commits)")

---

Tags

laravelormactive-recordpropel

### Embed Badge

![Health badge](/badges/allboo-propel-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/allboo-propel-laravel/health.svg)](https://phpackages.com/packages/allboo-propel-laravel)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[biiiiiigmonster/hasin

Laravel framework relation has in implement

154552.4k](/packages/biiiiiigmonster-hasin)[sofa/model-locking

Pseudo pessimistic model locking with broadcasted events for Laravel Eloquent ORM.

5048.0k](/packages/sofa-model-locking)[wayofdev/laravel-cycle-orm-adapter

🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

3516.7k3](/packages/wayofdev-laravel-cycle-orm-adapter)[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)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

101.6k](/packages/ramadan-easy-model)

PHPackages © 2026

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