arrowphp / propel
Add Propel support to Arrow.
v0.1.20190203
2019-02-03 07:31 UTC
Requires
- arrowphp/arrow: @dev
- arrowphp/database: @dev
- propel/propel: ~2.0@dev
Requires (Dev)
- phpunit/phpunit: 7.0.3
- squizlabs/php_codesniffer: 3.3.0
This package is not auto-updated.
Last update: 2025-04-04 02:25:44 UTC
README
This is the Arrow Propel plugin. It adds PropelORM library support to Arrow powered applications.
Install
Via project composer.json
"require": {
"arrowphp/arrow": "@dev",
"arrowphp/propel": "@dev"
}
Usage
Use the below command to read your database schema and generate the appropriate files used by Propel.
vendor/bin/arrow-cli orm:run
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please contact Chris Pennycuick directly instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.