propel/propel1

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

Maintainers

👁 couac

Package info

github.com/propelorm/Propel

Homepage

pkg:composer/propel/propel1

Statistics

Installs: 1 609 540

Dependents: 102

Suggesters: 10

Stars: 838

Open Issues: 286

1.7.2 2019-11-05 14:55 UTC

Requires

Requires (Dev)

  • pear-pear.php.net/pear_packagefilemanager2: @stable
  • phpunit/phpunit: ~4.0||~5.0

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d46b050b41f2a4c7a0ef58bd1b84c07bd5e1d2cd

databaseormpersistenceActive Recordmapping

This package is auto-updated.

Last update: 2026-05-23 03:53:59 UTC


README

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

👁 Build Status
👁 Total Downloads
👁 Latest Stable Version

A quick tour of the features

Propel 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 Propel;
  • 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);
  • Propel is an open-source project which is well documented.

Installation

Read the Propel documentation.

License

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