joanagr90 / mi-proyecto-simfony_git
Symfony应用程序,用于课程
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- monolog/monolog: 1.2.*
- sensio/distribution-bundle: ^5.0.19
- sensio/framework-extra-bundle: ^5.0.0
- symfony/monolog-bundle: ^3.1.0
- symfony/polyfill-apcu: ^1.0
- symfony/swiftmailer-bundle: ^2.6.4
- symfony/symfony: 3.4.*
- twig/twig: ^1.0||^2.0
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2024-09-21 15:30:06 UTC
README
欢迎使用Symfony标准版 - 一个功能齐全的Symfony应用程序,您可以用它作为新应用程序的骨架。
有关如何下载和开始使用Symfony的详细信息,请参阅Symfony文档的安装章节。
包含什么?
Symfony标准版配置了以下默认设置
-
AnAppBundle,您可以使用它开始编码;
-
仅配置了Twig作为模板引擎;
-
Doctrine ORM/DBAL;
-
Swiftmailer;
-
为一切启用了注解。
它预配置了以下组件
-
FrameworkBundle - Symfony框架核心组件
-
SensioFrameworkExtraBundle - 增加了几个增强功能,包括模板和路由注解功能
-
DoctrineBundle - 增加了支持Doctrine ORM
-
TwigBundle - 增加了支持Twig模板引擎
-
SecurityBundle - 通过集成Symfony的安全组件增加了安全性
-
SwiftmailerBundle - 增加了支持Swiftmailer,一个用于发送电子邮件的库
-
MonologBundle - 增加了支持Monolog,一个日志库
-
WebProfilerBundle(在开发/测试环境中)- 增加了性能分析功能和Web调试工具栏
-
SensioDistributionBundle(在开发/测试环境中)- 增加了配置和操作Symfony分发的功能
-
SensioGeneratorBundle(在开发环境中)- 增加了代码生成功能
-
WebServerBundle(在开发环境中)- 增加了使用PHP内置Web服务器运行应用程序的命令
-
DebugBundle(在开发/测试环境中)- 增加了Debug和VarDumper组件的集成
Symfony标准版中包含的所有库和组件均基于MIT或BSD许可证发布。
祝您享受!