Doctrine ORM 的扩展
我正在开发一个 PHP 项目并评估 Symfony 2 + Doctrine ORM。从 Ruby on Rails 回到 PHP,我想知道 acts_as
风格 ActiveRecord 插件,可在整个 GitHub 上找到,用于 Rails 中的常见行为。
Doctrine 本身只有一些可翻译的标准扩展,树,Sluggable 和 时间戳。我在 GitHub 上找到了一些其他项目。
我正在寻找可排序列表、软删除的一些实现、状态机、文件附件(图像)等。是否有类似的东西可用,或者它是一个自己的生态系统吗?我在哪里可以找到更多资源?
I'm working on a PHP project and evaluating Symfony 2 + Doctrine ORM. Coming back to PHP from Ruby on Rails, I'm wondering if there are parallels for the acts_as
-style ActiveRecord plugins that are available all over GitHub for common behaviours in Rails.
Doctrine itself only has a few standard extensions for Translatable, Tree, Sluggable, and Timestampable. I was able to find a few other items on GitHub.
I'm looking for things like sortable lists, some implementation of soft-delete, state machines, file attachments (images), and so on. Is anything similar available or is it a roll-your-own ecosystem? Where can I find more resources?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以看看 https://github.com/l3pp4rd/DoctrineExtensions,有一些很棒的扩展!
You can look at https://github.com/l3pp4rd/DoctrineExtensions, there's some awesome extensions!