PHPackages                             tbl0605/propel1-pervasive - 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. tbl0605/propel1-pervasive

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

tbl0605/propel1-pervasive
=========================

Propel is an open-source Object-Relational Mapping (ORM) for PHP5. This fork tries to add support for Pervasive DB.

1.7.14(1y ago)0260MITPHPPHP &gt;=5.2.4CI passing

Since Sep 14Pushed 1w ago1 watchersCompare

[ Source](https://github.com/tbl0605/Propel-pervasive)[ Packagist](https://packagist.org/packages/tbl0605/propel1-pervasive)[ Docs](http://www.propelorm.org/)[ RSS](/packages/tbl0605-propel1-pervasive/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (25)Used By (0)

Propel Pervasive
================

[](#propel-pervasive)

**Propel-pervasive** (`tbl0605/propel1-pervasive`) is a maintained fork of [Propel 1.x](https://github.com/propelorm/Propel) that adds a native **`pervasive`** database adapter for **Pervasive PSQL** (Actian Zen) to the Propel ORM: schema reverse-engineering, XML schema generation, and PHP model code generation over PDO/ODBC.

Use it when you need **Propel with Pervasive SQL** on PHP **7.4 through 8.5**, with a modern test suite (PHPUnit 9 to 13). MySQL, PostgreSQL, SQLite, Oracle, and MSSQL remain supported as in upstream Propel 1.x.

[![PHPUnit](https://github.com/tbl0605/Propel-pervasive/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/tbl0605/Propel-pervasive/actions/workflows/phpunit.yml)[![Total Downloads](https://camo.githubusercontent.com/5c84e3d8eea373a7a487de4ecb1d0a0ddb7248bf859261db9f0aa4a5cdf611fe/68747470733a2f2f706f7365722e707567782e6f72672f74626c303630352f70726f70656c312d7065727661736976652f646f776e6c6f616473)](https://packagist.org/packages/tbl0605/propel1-pervasive)[![Latest Stable Version](https://camo.githubusercontent.com/1233f19558e3b645c7aaec9eaad2067dd7db09f238a24d92311a3483a688b4ff/68747470733a2f2f706f7365722e707567782e6f72672f74626c303630352f70726f70656c312d7065727661736976652f762f737461626c65)](https://packagist.org/packages/tbl0605/propel1-pervasive)[![License](https://camo.githubusercontent.com/85f95ec2a918b431b6b7a068a7ebb13174f5874550f060bee667cdac52a9cde2/68747470733a2f2f706f7365722e707567782e6f72672f74626c303630352f70726f70656c312d7065727661736976652f6c6963656e7365)](https://packagist.org/packages/tbl0605/propel1-pervasive)

Pervasive PSQL support in this fork
-----------------------------------

[](#pervasive-psql-support-in-this-fork)

AreaStatusReverse-engineer an existing Pervasive schema to Propel XMLWorking`pervasive` adapter, platform, and SQL buildersImplementedPHPUnit coverage for PervasiveMissingOther Pervasive workflows (migrations, runtime CRUD)Untested but likely workingAlso includes pending fixes from the upstream Propel 1.x branch.

Features
--------

[](#features)

Propel is an open-source Object-Relational Mapping (ORM) for PHP:

- Fast, IDE-friendly code generation via `propel-gen`;
- Flexible behaviors, validators, and migrations;
- PDO-based adapters for MySQL, SQLite, PostgreSQL, Oracle, MSSQL, and **Pervasive PSQL** (this fork);
- Background reading: [Propel 1 documentation](http://propelorm.org/Propel/documentation/).

Installation
------------

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
composer require tbl0605/propel1-pervasive
```

The `propel-gen` CLI is available from `vendor/bin/propel-gen` (Composer creates a `.bat` wrapper on Windows automatically).

### From source

[](#from-source)

```
git clone https://github.com/tbl0605/Propel-pervasive.git
cd Propel-pervasive
composer install
```

Legacy PEAR `.tgz` packages (`propel_generator`, `propel_runtime`) and a standalone **`propel_generator-*.phar`** (generator + runtime + Phing) are attached to [GitHub releases](https://github.com/tbl0605/Propel-pervasive/releases) when published. Run the PHAR with:

```
php propel_generator-X.Y.Z.phar om
php propel_generator-X.Y.Z.phar /path/to/project insert-sql
```

Build the PHAR locally (requires PHP `phar` extension and a Phing 2.17 PHAR). Use the release tag or `propel.version` from `generator/default.properties`. Output defaults to `dist/pear/`:

```
php -d phar.readonly=0 test/tools/build_propel_gen_phar.php --version=X.Y.Z
```

For original Propel 1.x concepts (schemas, behaviors, migrations), the [Propel 1 documentation](http://propelorm.org/documentation/) remains useful background reading.

Running tests
-------------

[](#running-tests)

Tests require **PHP 7.4+**, **Composer**, **MySQL**, and the **Phing** build tool (installed via Composer). CI runs **PHPUnit 9 through 13** on PHP 7.4 to 8.5.

```
composer install
composer test:setup    # create MySQL databases
test/reset_tests.sh    # rebuild fixtures (use test\reset_tests.cmd on Windows)
composer test          # run PHPUnit from vendor/bin/phpunit
```

GitHub Actions runs the full matrix automatically: see [.github/workflows/phpunit.yml](.github/workflows/phpunit.yml).

**Composer security advisories:** `composer.json` ignores a small set of PKSA IDs for transitive dev/build dependencies (Phing 2.x, legacy PEAR tooling). These do not affect runtime-only installs that omit `require-dev`.

**Note:** Test fixtures use `root` with an empty password on `127.0.0.1` by default (`test/fixtures/bookstore/runtime-conf.xml`). Do not reuse these settings outside a local/CI test environment.

License
-------

[](#license)

Propel is an open-source project released under the MIT license. See the [LICENSE](LICENSE) file for more information.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance73

Regular maintenance activity

Popularity13

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 53.7% 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 ~213 days

Recently: every ~175 days

Total

24

Last Release

487d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3315731?v=4)[Thierry Blind](/maintainers/tbl0605)[@tbl0605](https://github.com/tbl0605)

---

Top Contributors

[![fzaninotto](https://avatars.githubusercontent.com/u/99944?v=4)](https://github.com/fzaninotto "fzaninotto (1159 commits)")[![willdurand](https://avatars.githubusercontent.com/u/217628?v=4)](https://github.com/willdurand "willdurand (502 commits)")[![tbl0605](https://avatars.githubusercontent.com/u/3315731?v=4)](https://github.com/tbl0605 "tbl0605 (207 commits)")[![rozwell](https://avatars.githubusercontent.com/u/695221?v=4)](https://github.com/rozwell "rozwell (41 commits)")[![jaugustin](https://avatars.githubusercontent.com/u/564420?v=4)](https://github.com/jaugustin "jaugustin (40 commits)")[![havvg](https://avatars.githubusercontent.com/u/126898?v=4)](https://github.com/havvg "havvg (33 commits)")[![themouette](https://avatars.githubusercontent.com/u/245501?v=4)](https://github.com/themouette "themouette (22 commits)")[![staabm](https://avatars.githubusercontent.com/u/120441?v=4)](https://github.com/staabm "staabm (22 commits)")[![ddalmais](https://avatars.githubusercontent.com/u/772388?v=4)](https://github.com/ddalmais "ddalmais (20 commits)")[![cedriclombardot](https://avatars.githubusercontent.com/u/651484?v=4)](https://github.com/cedriclombardot "cedriclombardot (10 commits)")[![arvenil](https://avatars.githubusercontent.com/u/450355?v=4)](https://github.com/arvenil "arvenil (10 commits)")[![worried-networking](https://avatars.githubusercontent.com/u/629281?v=4)](https://github.com/worried-networking "worried-networking (8 commits)")[![stood](https://avatars.githubusercontent.com/u/327248?v=4)](https://github.com/stood "stood (7 commits)")[![nibsirahsieu](https://avatars.githubusercontent.com/u/208039?v=4)](https://github.com/nibsirahsieu "nibsirahsieu (7 commits)")[![MaksSlesarenko](https://avatars.githubusercontent.com/u/1147978?v=4)](https://github.com/MaksSlesarenko "MaksSlesarenko (7 commits)")[![justinhilles](https://avatars.githubusercontent.com/u/63185?v=4)](https://github.com/justinhilles "justinhilles (6 commits)")[![jusurb](https://avatars.githubusercontent.com/u/171747?v=4)](https://github.com/jusurb "jusurb (6 commits)")[![CyExy](https://avatars.githubusercontent.com/u/179921?v=4)](https://github.com/CyExy "CyExy (5 commits)")[![nnarhinen](https://avatars.githubusercontent.com/u/265438?v=4)](https://github.com/nnarhinen "nnarhinen (5 commits)")[![KendallHopkins](https://avatars.githubusercontent.com/u/72923?v=4)](https://github.com/KendallHopkins "KendallHopkins (5 commits)")

---

Tags

actian-zendatabaseormpdopervasivepervasive-sqlphppropelpsqlpersistencedatabaseormmappingactive-record

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tbl0605-propel1-pervasive/health.svg)

```
[![Health](https://phpackages.com/badges/tbl0605-propel1-pervasive/health.svg)](https://phpackages.com/packages/tbl0605-propel1-pervasive)
```

###  Alternatives

[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[propel/propel

Propel2 is an open-source Object-Relational Mapping (ORM) for PHP.

1.3k5.5M112](/packages/propel-propel)[perplorm/perpl

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

249.4k](/packages/perplorm-perpl)[proesio/pipe

PIPE - ORM en Español.

149.5k1](/packages/proesio-pipe)[flightphp/active-record

Micro Active Record library in PHP, support chain calls, events, and relations.

163.6k11](/packages/flightphp-active-record)

PHPackages © 2026

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