dmelo / propel
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.
Requires
- php: >=5.4
- psr/log: ~1.0
- symfony/config: ~2.3
- symfony/console: ~2.3
- symfony/filesystem: ~2.3
- symfony/finder: ~2.3
- symfony/validator: ~2.3
- symfony/yaml: ~2.3
Requires (Dev)
- behat/behat: ~2.4
- monolog/monolog: ~1.3
- phpunit/phpunit: ~4.0
Suggests
- monolog/monolog: The recommended logging library to use with Propel.
This package is auto-updated.
Last update: 2024-10-08 06:47:05 UTC
README
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.
![Gitter](https://badges.gitter.im/Join Chat.svg)
Requirements
Propel2 uses the following Symfony2 Components:
Propel2 also relies on Composer to manage dependencies but you
also can use ClassLoader (see the autoload.php.dist
file for instance).
Propel2 is only supported on PHP 5.5 and up.
Installation
Read the Propel documentation.
Contribute
Everybody can contribute to Propel2. Just fork it, and send Pull Requests. You have to follow Propel2 Coding Standards and provides unit tests as much as possible. Also check out the roadmap to get an overview of what we are working on!
Please see our contribution guideline. Thank you!
License
See the LICENSE
file.