dayspring-tech / propel1
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
2.0.0
2025-03-03 19:11 UTC
Requires
- php: >=8.0
- ext-pdo: *
- phing/phing: ^2.17
- symfony/deprecation-contracts: ^2.5|^3.0
Requires (Dev)
- ext-dom: *
- ext-simplexml: *
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: ^9.6.0
- rector/rector: ^2.0
- squizlabs/php_codesniffer: ^3.5
- symfony/phpunit-bridge: ^5.4|^6.0
Replaces
- propel/propel1: ^1.8
README
Propel is an open-source Object-Relational Mapping (ORM) for PHP.
This fork is maintained by Dayspring Partners and provides compatiblity with PHP 7.4 and 8.x.
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.