- Symfony2 Essentials
- Wojciech Bancer
- 199字
- 2021-07-16 20:06:57
Chapter 1. The Symfony Framework – Installation and Configuration
The Symfony framework is currently one of the most popular PHP frameworks existing within the PHP developer's environment. Version 2, which was released a few years ago, has been a great improvement, and in my opinion was one of the key elements for making the PHP ecosystem suitable for larger enterprise projects. The framework version 2.0 not only required the modern PHP version (minimal version required for Symfony is PHP 5.3.8), but also uses state-of-the-art technology — namespaces and anonymous functions. Authors also put a lot of efforts to provide long term support and to minimize changes, which break the compatibility between versions. Also, Symfony forced developers to use a few useful design concepts. The key one, introduced in Symfony, was DependencyInjection
.
Note
In most cases, the book will refer to the framework as Symfony2. If you want to look over the Internet or Google about this framework, apart from using Symfony
keyword you may also try to use the Symfony2
keyword This was the way recommended some time ago by one of the creators to make searching or referencing to the specific framework version easier in future.
- DB2 V9權威指南
- Practical Data Analysis Cookbook
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- 工程軟件開發技術基礎
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- 機器學習與R語言實戰
- 低代碼平臺開發實踐:基于React
- Scala Reactive Programming
- 智能搜索和推薦系統:原理、算法與應用
- Spring Boot實戰
- Python網絡爬蟲實例教程(視頻講解版)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Parallel Programming with Python
- HTML并不簡單:Web前端開發精進秘籍
- Puppet Cookbook(Third Edition)