- 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.
- Token unit test fixes to stop Travis failing ( https://github.com/DavidGoodwin/Propel/commit/2d238acd530f4fcdb0bce59bb41e1c6596766ff6 )
- Fix PropelArrayFormatter to work correctly within PHP 7.x ( https://github.com/DavidGoodwin/Propel/commit/dea4da1949534cd4ce6d79f774796dd55b4ff6dc )
- Fix SQL injection in limit/offset ( propelorm#1054 ) (also included in upstream version 1.7.2)
- Fix count() for PHP 7.2 ( propelorm#1050 )
- Doc block fixes ( propelorm#1011 )
- Doc block fixes ( propelorm#992 )
- Doc block fixes ( propelorm#998 )
- Further Doc block fixes to allow psalm 3.5.x to pass on projects using Propel 1.7.x.
- Merge of propelorm#1086 (various PHP 7.4 fixes)
composer require palepurple/propel1
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
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.
Read the Propel documentation.
Propel is an open-source project released under the MIT license. See the LICENSE
file for more information.