arrowphp/propel

Add Propel support to Arrow.

v0.1.20190203 2019-02-03 07:31 UTC

This package is not auto-updated.

Last update: 2024-04-18 21:53:53 UTC


README

Software License

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.