propeller-orm/propeller-orm

Propeller ORM is an open-source ORM for PHP with code generation (fork of Propel).

Maintainers

Package info

github.com/propeller-orm/propeller-orm

pkg:composer/propeller-orm/propeller-orm

Transparency log

Statistics

Installs: 176 873

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 5

3.1.0 2026-03-27 12:53 UTC

README

Propeller ORM is an open-source Object-Relational Mapping (ORM) for PHP8.

A quick tour of the features

Propeller has some nice features you should know about:

  • It's a fast and easy way to manage your database;
  • It provides command line tools for generating code (well documented with an IDE-friendly syntax);
  • It's very flexible: you can simply extend any Propeller model;
  • It uses PDO (PHP Data Objects) so it allows you to use the RDBMS of your choice (MySQL, SQLite, PostgreSQL, Oracle and MSSQL are supported);

Installation

composer require propeller-orm/propeller-orm:^3.1

License

Propeller is an open-source project released under the MIT license. See the LICENSE file for more information.