Symfony

Software Screenshot:
Symfony
Software Details:
Version: 3.1.6 / 2.8.13 updated
Upload Date: 29 Sep 17
Developer: Sensio Labs
Distribution Type: Freeware
Downloads: 169

Rating: 2.5/5 (Total Votes: 2)

Symfony is based on the best practices of Web development around the Internet.

The framework's goal is to speed up the creation, maintenance, and deployment of live, interactive Web applications.

Symfony is considered one of the best PHP frameworks out there alongside veterans like CakePHP or Zend.

The framework is also the base of the upcoming Drupal 8.x branch.

System requirements

  • PHP 5.3.9 or higher

What is new in this release:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.1.4 / 2.8.9:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.1.2 / 2.8.8:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.0.6 / 2.8.6:

New in Symfony 2.7.0 (May 30th, 2015)

What is new in version 3.0.4 / 2.8.4:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.0.3 / 2.8.3:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.0.2 / 2.8.2:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 3.0.0 / 2.8.0:

  • Remove deprecated class method parameter
  • Display the stack trace of a deprecation on-demand
  • Remove choices_as_values option on ChoiceType
  • Allow an empty path with a non empty fragment or a query
  • Fix bug in Windows detection
  • Fix call to undefined function json_last_error_message
  • Deprecated setting "choices_as_values" to "false"
  • Bootstrap horizontal theme missing tests
  • Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase
  • Do not translate form labels and placeholders when 'translation_domain' is false

What is new in version 2.7.5:

  • Symfony has now early built-in support for PSR-7.
  • New Components and Bridges:
  • New Asset component
  • New PhpUnit bridge
  • Propel bridge removed from Symfony Core
  • Translation:
  • Major performance improvements
  • Enable translation debugging in directories
  • Added choice_translation_domain to avoid trans options
  • Generate translation cache at warmup
  • Added a Translation profiler
  • Serializer:
  • ObjectNormalizer
  • Serialization groups support
  • Normalizers can serialize collections and scalars
  • Name converter support
  • Debug:
  • Track and report deprecated classes and interfaces
  • Added symfony_debug_backtrace() and use it when dealing with fatal errors
  • Twig:
  • Added a Twig profiler
  • Make date formats and number formats configurable
  • Twig decoupling from Templating
  • Added loader priority
  • Use the new Twig autoescaping strategy
  • URL manipulations as a Twig extension
  • VarDumper:
  • Added casters for MongoCursor objects, amqp, XML-parser resources, Reflection classes
  • with-er interface for ClonerData
  • Added catch-all-objects hook for casters
  • WebProfiler:
  • Added feedback about the current symfony version
  • Added a Translation profiler
  • Show the inherited roles in the Web profiler
  • Console:
  • Made output docopt compatible
  • Added console style guide helpers
  • Add support for colspan/rowspan + multiple header lines
  • Security:
  • Added a command to encode a password
  • Added the triggering of the security.interactive_login event in SimplePreAuthenticationListener
  • Added string representation for core Users

What is new in version 2.7.2:

  • Symfony has now early built-in support for PSR-7.
  • New Components and Bridges:
  • New Asset component
  • New PhpUnit bridge
  • Propel bridge removed from Symfony Core
  • Translation:
  • Major performance improvements
  • Enable translation debugging in directories
  • Added choice_translation_domain to avoid trans options
  • Generate translation cache at warmup
  • Added a Translation profiler
  • Serializer:
  • ObjectNormalizer
  • Serialization groups support
  • Normalizers can serialize collections and scalars
  • Name converter support
  • Debug:
  • Track and report deprecated classes and interfaces
  • Added symfony_debug_backtrace() and use it when dealing with fatal errors
  • Twig:
  • Added a Twig profiler
  • Make date formats and number formats configurable
  • Twig decoupling from Templating
  • Added loader priority
  • Use the new Twig autoescaping strategy
  • URL manipulations as a Twig extension
  • VarDumper:
  • Added casters for MongoCursor objects, amqp, XML-parser resources, Reflection classes
  • with-er interface for ClonerData
  • Added catch-all-objects hook for casters
  • WebProfiler:
  • Added feedback about the current symfony version
  • Added a Translation profiler
  • Show the inherited roles in the Web profiler
  • Console:
  • Made output docopt compatible
  • Added console style guide helpers
  • Add support for colspan/rowspan + multiple header lines
  • Security:
  • Added a command to encode a password
  • Added the triggering of the security.interactive_login event in SimplePreAuthenticationListener
  • Added string representation for core Users

What is new in version 2.7.0:

  • Symfony has now early built-in support for PSR-7.
  • New Components and Bridges:
  • New Asset component
  • New PhpUnit bridge
  • Propel bridge removed from Symfony Core
  • Translation:
  • Major performance improvements
  • Enable translation debugging in directories
  • Added choice_translation_domain to avoid trans options
  • Generate translation cache at warmup
  • Added a Translation profiler
  • Serializer:
  • ObjectNormalizer
  • Serialization groups support
  • Normalizers can serialize collections and scalars
  • Name converter support
  • Debug:
  • Track and report deprecated classes and interfaces
  • Added symfony_debug_backtrace() and use it when dealing with fatal errors
  • Twig:
  • Added a Twig profiler
  • Make date formats and number formats configurable
  • Twig decoupling from Templating
  • Added loader priority
  • Use the new Twig autoescaping strategy
  • URL manipulations as a Twig extension
  • VarDumper:
  • Added casters for MongoCursor objects, amqp, XML-parser resources, Reflection classes
  • with-er interface for ClonerData
  • Added catch-all-objects hook for casters
  • WebProfiler:
  • Added feedback about the current symfony version
  • Added a Translation profiler
  • Show the inherited roles in the Web profiler
  • Console:
  • Made output docopt compatible
  • Added console style guide helpers
  • Add support for colspan/rowspan + multiple header lines
  • Security:
  • Added a command to encode a password
  • Added the triggering of the security.interactive_login event in SimplePreAuthenticationListener
  • Added string representation for core Users

What is new in version 2.6.7 / 1.4.20 / 2.7.0-BETA1:

  • Fixed:
  • CSS fix
  • Handling of non-UTF8 strings
  • Reject ill-formed strings
  • UniqueEntityValidator - invalidValue fixed
  • Wrong EventDispatcher instance injected in listeners
  • Drop grapheme_strlen in LengthValidator
  • Info position and icons on small screens
  • Allow multiple fallback locales
  • Added missing logging attribute
  • Make the container considered non-fresh if the environment parameters are changed
  • Parse shortcut Key after unindented collection
  • Bootstrap rendering when user explicitly use form_label
  • HtmlDumper with long string
  • FormDataCollector should be loaded only if form config is enabled
  • Print error message if server couldn't be started
  • baseUrl parsing to fix wrong path_info
  • Support of named arguments

What is new in version 2.6.4 / 1.4.20:

  • Fixed:
  • CSS fix
  • Handling of non-UTF8 strings
  • Reject ill-formed strings
  • UniqueEntityValidator - invalidValue fixed
  • Wrong EventDispatcher instance injected in listeners
  • Drop grapheme_strlen in LengthValidator
  • Info position and icons on small screens
  • Allow multiple fallback locales
  • Added missing logging attribute
  • Make the container considered non-fresh if the environment parameters are changed
  • Parse shortcut Key after unindented collection
  • Bootstrap rendering when user explicitly use form_label
  • HtmlDumper with long string
  • FormDataCollector should be loaded only if form config is enabled
  • Print error message if server couldn't be started
  • baseUrl parsing to fix wrong path_info
  • Support of named arguments

What is new in version 2.6.1:

  • Fixed:
  • Configure firewall's kernel exception listener with configured entry point or a default entry point
  • Define constant only if it wasn't defined before
  • Make paths relative to __DIR__ in the generated container
  • Lock file permissions

What is new in version 2.6.0:

  • Fixed:
  • Error message on double exception
  • Make DateTime objects represented as strings in the violation message
  • Removed usage of app.request in search bar template
  • initialized() with aliased services

What is new in version 2.5.7:

  • Fixed:
  • Be smarter when guessing the document root
  • Authentication entry point is only registered with firewall exception listener, not with authentication listeners
  • Server run in case the router script does not exist
  • Adding support for invokable controllers in the RequestDataCollector
  • Inlined factory not referenced
  • Fixed case for empty folder
  • Fixed BC
  • Removed errors from Git
  • Improve error message for multiple documents
  • Form handling with OPTIONS request method
  • Fixed Regex::getHtmlPattern() to work with complex and negated patterns
  • Remove invalid hack in session regenerate
  • Ensure session is saved before sending response
  • Serialize the compiled route to speed things up
  • Usage of "name" variable in form_start block
  • Break infinite loop while resolving aliases
  • Change priority of switchuser

Requirements:

  • Symfony2 is supported on PHP 5.3.2 or higher

Similar Software

Ruby on Rails
Ruby on Rails

29 Sep 17

Toto
Toto

20 Jul 15

Apache Samza
Apache Samza

1 Oct 15

King23
King23

11 Apr 15

Other Software of Developer Sensio Labs

Comments to Symfony

Comments not found
Add Comment
Turn on images!