Skip to content

Legacy Propel v1.7.x with random patches.

License

Notifications You must be signed in to change notification settings

OrderMyGear/Propel-8.3

 
 

Repository files navigation

Propel 

  • Propel 1.x is no longer maintained by the upstream project.
  • You probably shouldn't start a new project using Propel 1.x.
  • This repo has a handful of patches applied to get unit tests to pass (e.g. with PHP 7.2), and sufficient phpdoc fixes to allow psalm (http://github.com/vimeo/psalm) to work on generated code.

Changes in this fork ....

To use this fork

composer require palepurple/propel1

About

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

Build Status

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.

About

Legacy Propel v1.7.x with random patches.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.0%
  • XSLT 1.8%
  • Other 0.2%