asalce / Propel

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

Home Page:http://www.propelorm.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Propel #

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 you 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 your to use the RDBMS you want (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

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

http://www.propelorm.org/

License:MIT License


Languages

Language:PHP 99.9%Language:Shell 0.1%