Propel (PHP)
Stable release | 1.7.2
/ November 5, 2019[1] |
---|---|
Preview release | 2.0.0-alpha12
/ January 22, 2021[2] |
Repository | 1.x: github 2.x: github |
Written in | PHP |
Engine | |
Operating system | Cross-platform |
Type | Object–relational mapping framework |
License | MIT |
Website | www |
Search Propel (PHP) on Amazon.
Propel is a free, open-source (MIT) object–relational mapping toolkit written in PHP. It is also an integral part of the PHP framework Symfony and was the default ORM up to, and including version 1.2.
History[edit]
The Propel project was started in August 2003, with the availability of beta versions PHP version 5. With version 5, PHP was finally able to provide a level of support for object-oriented programming that both made projects like Propel possible and also created a demand for these hitherto-missing components of large-scale, object-oriented architectures. Propel was originally based on the Apache Torque project, which was a Java language ORM project.
Features[edit]
Propel's primary function is to provide a mapping between PHP classes and database tables. To accomplish this Propel includes a generator component which uses source code generation to build PHP classes based on a datamodel definition written in XML. Propel also includes a runtime component which manages connections, transactions, and any idiosyncratic rules that describe the workings of the RDBMS being used with Propel.
See also[edit]
Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".
- List of object–relational mapping software
- Doctrine (PHP)
- Symfony, a web application framework
- Skipper, a visualization tool for Propel
References[edit]
- ↑ "Releases · propelorm/Propel". github.com. Retrieved 2021-04-26.
- ↑ "Releases · propelorm/Propel2". github.com. Retrieved 2021-04-26.
External links[edit]
This article "Propel (PHP)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Propel (PHP). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.