fxdsp / propel-bundle
3.0.1
2022-01-13 10:18 UTC
Requires
- fxdsp/propel: 2.0.3
- symfony/console: ^2.8|^3.0
- symfony/dependency-injection: ^2.8|^3.0
- symfony/framework-bundle: ^2.8|^3.0
- symfony/security-acl: ^2.8|^3.0
Requires (Dev)
- fzaninotto/faker: ^1.5
- phpunit/phpunit: ^4.8.21|^5.0.10
- sensio/framework-extra-bundle: ^3.0.2
- 4.0.x-dev
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 3.0.0-alpha1
- 2.0.x-dev
- 2.0.0-alpha4
- 1.6.x-dev
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.2.x-dev
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- 0.8
- 0.7
- 0.6
- 0.5
- 0.4
- 0.3
- 0.2
- dev-master
This package is not auto-updated.
Last update: 2024-06-24 12:06:20 UTC
README
PropelBundle
这是 Symfony 中 Propel 的官方实现。
分支模型
由于 Propel2
将在不久的将来发布,我们提前迁移了此包的分支模型!
- 1.0 分支包含 Propel 1.6 对 Symfony 2.0 的集成(当前为 2.0 分支)。
- 1.1 分支包含 Propel 1.6 对 Symfony 2.1 的集成(当前为 2.1 分支)。
- 1.2 分支包含 Propel 1.6 对 Symfony 2.2 的集成(当前为 master 分支)。
- 2.0 分支包含
Propel2
对 Symfony 2.5-2.8 的集成。 - 3.0 分支包含
Propel2
对 Symfony 2.8-3.x 的集成。 - 4.0 分支包含
Propel2
对 Symfony 3.4-4.x 的集成。
功能
- 根据放置在
BundleName/Resources/*schema.xml
下的 XML 架构(非 YAML)生成模型类; - 插入 SQL 语句;
- 运行时自动加载 Propel 和生成的类;
- 通过 XML 配置初始化 Propel;
- Propel 迁移;
- 从现有数据库 反向工程;
- 集成到 Symfony Profiler;
- 加载 SQL、YAML 和 XML 固定数据;
- 创建/删除数据库;
- 与表单组件集成;
- 与安全组件集成;
- 可以使用 Sensio Framework Extra Bundle 与 Propel ParamConverter 一起使用。
有关许可证,请参阅
Resources/meta/LICENSE