Jump to content

Symfony: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Symphony is an open source [[application framework]] primarily intended for web development implemented using the [[PHP]] scripting language, it is more modular than many such so individual modules can also be used as a component source for your own programs and unlike most PHP frameworks a database is not an absolute requirement. Amongst the better known programs that use Symfony is version 8 of [[Drupal]].
Symphony is an open source application framework primarily intended for web development implemented using the [[PHP]] scripting language, it is more modular than many such so individual modules can also be used as a component source for your own programs and unlike most PHP frameworks a database is not an absolute requirement. Amongst the better known programs that use Symfony is version 8 of Drupal.


==Version==
==Version==
* Last known version: Symfony v3.0.3 (2016-02-28)
* 2.8.3 Long Term Support (2016-02-28)
* Alternative version: Symfony v2.8.3 Long Term Support (2016-02-28)
* 3.0.3 (2016-02-28)


;Prerequisites
;Prerequisites
Line 20: Line 20:
* Gregory Pascal (Project leader)
* Gregory Pascal (Project leader)


[[Category:WWW]]
[[Category:Open Source Software]][[Category:Software written in PHP]]
[[Category:Application Frameworks]]
[[Category:Open Source Software]]
[[Category:Software written in PHP]]

Latest revision as of 06:44, 7 October 2022

Symphony is an open source application framework primarily intended for web development implemented using the PHP scripting language, it is more modular than many such so individual modules can also be used as a component source for your own programs and unlike most PHP frameworks a database is not an absolute requirement. Amongst the better known programs that use Symfony is version 8 of Drupal.

Version

  • 2.8.3 Long Term Support (2016-02-28)
  • 3.0.3 (2016-02-28)
Prerequisites
  • Web server
  • PHP 5.3.9 or higher
    • JSON needs to be enabled
    • ctype needs to be enabled

Links

License

Authors

  • Gregory Pascal (Project leader)