arrowphp/propel

为 Arrow 添加 Propel 支持。

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

This package is not auto-updated.

Last update: 2024-09-19 23:54:11 UTC


README

Software License

这是 Arrow Propel 插件。它为 Arrow 驱动的应用程序添加了对 PropelORM 库的支持。

安装

通过项目 composer.json 文件

  "require": {
    "arrowphp/arrow": "@dev",
    "arrowphp/propel": "@dev"
  }

使用方法

使用以下命令读取您的数据库模式并生成 Propel 所需的相应文件。

vendor/bin/arrow-cli orm:run

变更日志

有关最近更改的更多信息,请参阅 CHANGELOG

贡献

有关详细信息,请参阅 CONTRIBUTINGCODE_OF_CONDUCT

安全

如果您发现任何安全问题,请直接联系 Chris Pennycuick,而不是使用问题跟踪器。

致谢

许可

MIT 许可证(MIT)。有关更多信息,请参阅 许可文件