symfony/maker-bundle
Composer 安装命令:
composer require --dev symfony/maker-bundle
包简介
Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
README 文档
README
The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more!
Documentation
Read the documentation on Symfony.com
Backwards Compatibility Promise
This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.
A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.
B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!
Build Documentation Locally
This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read MakerBundles Documentation offline.
cd _docs_build/
composer install
php build.php
After generating docs, serve them with the internal PHP server:
php -S localhost:8000 -t output/
Browse http://localhost:8000 to read the docs.
symfony/maker-bundle 适用场景与选型建议
symfony/maker-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 119.22M 次下载、GitHub Stars 达 3.39k, 最近一次更新时间为 2017 年 11 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「generator」 「code generator」 「scaffold」 「scaffolding」 「dev」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 symfony/maker-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 symfony/maker-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 symfony/maker-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Memio's PrettyPrinter, used to generate PHP code from given Model
Extend Laravel's generators scaffold.
Promotional Codes Generator for Laravel 5.1
Allows you to defined CMS form structure via config.yml
Zend Captcha bundle
Laravel Craftsman
统计信息
- 总下载量: 119.22M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3399
- 点击次数: 28
- 依赖项目数: 670
- 推荐数: 12
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-17