SlideShare a Scribd company logo
Symfony web development company India http://www.ifour-consultancy.com
Symfony framework: An overview
And
Usability for web development
Symfony web development company India http://www.ifour-consultancy.com
Contents
Introduction.......................................................................................................................................3
Architecture.......................................................................................................................................4
Technicalities.....................................................................................................................................5
Where is it used.................................................................................................................................6
Advantages........................................................................................................................................6
Disadvantages....................................................................................................................................7
Popular Websites on It.......................................................................................................................7
Symfony web development company India http://www.ifour-consultancy.com
Introduction
PHP is considered as one of the world’s most popular scripting language for many different
reasons, the major ones being the flexibility that it offers and the simplicity to use it. But many a
times it has been noted that coding in PHP gets monotonous and repetitive which is the casewith
other scripting languages as well. To get over this problem, PHP framework acts as a solution.
WHY PHP FRAMEWORKS?
PHP frameworks perform the operation of streamlining the development of web applications
written in PHP by providing a basic structure for which to build the web applications. In other
words, PHP frameworks help in promoting rapid application development reaping benefits such
as saving time, building stable applications, and reducing the amount of repetitive coding for
developers.
Frameworks help beginners to build more stable apps by ensuring proper database interaction
and coding on the presentation layer. This allows the developer to allocate more time in creating
the actual web application, which would have been wasted in spending time writing repetitive
code. On the contrary experienced PHP programmers treat these frameworks as tools for “weak”
programmers that are unclear in writing good, clean code.
Currently, PHP frameworks exist in market such as Symfony, CakePHP, CodeIgniter and the Zend
Framework which provide asolid structure for the code and alsooffering some extra functionality
that would be much harder to replicate on its own. It's important to note that the frameworks
mentioned follow the MVC pattern, which is fairly common in all frameworks.
HOW DOES IT HELP?
There exist numerous possibilities in working with PHP Frameworks and depends entirely on the
developer how much can it extract out of the framework. This is evident from the fact that the
choice of the framework will vary from an advanced PHP programmer and a beginner. PHP
frameworks help eliminate repetitive coding and systemizes the building process.
Everyone has different preferences and needs. What may seemas implementing a framework for
speeding up the coding process to one developer, may seemlike a waste of time to another. Most
of the time this depends on what level of skill you possess; be it advanced or beginner, PHP
frameworks have been put into place to save time and reduce the work load.
Here we will be looking into one such framework: Symphony.
The Symfony PHP Framework holds a library of various classes written in PHP 5.0 Architecture,
useful components and excellent tools are provided for creating complex web apps. As per
(Symphony, 2015) this framework is owned by Symfony Contributors and SensioLabs and was
released on 22 October 2005.
Symfony web development company India http://www.ifour-consultancy.com
Architecture
Figure 1 Symfony framework overview
As per (Exploring Symfony's Code, 2015) Symfony is based on the classic web design pattern
known as the MVC architecture..
• The model represents the information on which the application operates--its business
logic.
• The view renders the model into a web page suitable for interaction with the user.
• The controller responds to user actions and invokes changes on the model or view as
appropriate.
Symfony web development company India http://www.ifour-consultancy.com
• sfController is the controller class. It decodes the request and hands it to the action.
• SfRequest stores all the request elements (parameters, cookies, headers, and so on).
• SfResponse contains the response headers and contents. This is the object that will
eventually be converted to an HTML response and be sent to the user.
Technicalities
Symfony was heavilyinspired by other web application frameworks such as Ruby on Rails,Django,
and Spring. As per (Symphony, 2015) Symfony makes heavy use of existing PHP open-source
projects as part of the framework, including:
 Propel or Doctrine as object-relational mapping layers
 PDO database abstraction layer
 PHP Unit, a unit testing framework
 Twig, a template engine
 Swift Mailer, an e-mail library
 Symfony also makes use of its own components, which are freely available on the
Symfony Components site for various other projects:
 Symfony YAML, a YAML parser based upon Spyc
 Symfony Event Dispatcher
 Symfony Dependency Injector, a dependency injector
 Symfony Templating, a template engine
 Using plugins, Symfony is able to support JavaScript frameworks and many more
PHP projects, such as:
 Prototype or jQuery
 script.aculo.us, for visual effects
 lessphp, a Less-to-CSS converter
 TinyMCE or CKEditor, for rich text editing
 TCPDF, a PHP library for generating PDF documents
The inclusion and implementation of a JavaScript library is left to the user.
Symfony web development company India http://www.ifour-consultancy.com
Where is it used
As per (Symphony, 2015) Symfony is used by the open-source Q&A serviceAskeet and many more
applications, including Delicious.
 At one time it was used for 20 million users of Yahoo! Bookmarks.
 Symfony2 is used by OpenSky, a social shopping platform, and the Symfony framework is
alsoused by the massivelymultiplayer online browser gameeRepublik, and by the content
management frameworkeZ Publish in version 5.
 Drupal 8 also has incorporated components of Symfony in its next release.
 Symfony2 is also used by Meetic, one of the largest online dating platforms in the world,
on most of its websites for implementing its business logic in the backend.
Advantages
As per (Six Technical Reasons, 2015), some of the advantages are listed below:
 Good Documentation and Twig implemented(bridge)
 The configuration is easy, because the programmer has to configure only specific things
to the application.
 The framework includes a wide setof command line tools which are helpful during project
management and develpment process.
 Limitless Flexibility
 Sustainable and Stable PHP Framework
 If you are trying to add some new feature to the library, you just need to create a plug-in
 Less Greedy and Fast Palced PHP Framework
 Expandable and Easy to Use
 Elation in Development
 Good Reputation
 Rapid development/prototyping.
 integrated input validation that can be presumed to be secure.
Symfony web development company India http://www.ifour-consultancy.com
Disadvantages
As per (the advantages and disadvantages of using Web based Frameworks, 2015), some of the
disadvantages are listed:
 The configuration cliff means once you go further than the configuration of your framework
your productivity drops right off, it can be difficult to implement features outside of a
frameworks configuration.
 Developer tramlines means the developer has to do things the way that the developer want
you to do things.
 Eventual possible drop of support / Loss of Popularity
 Often inflexible when wanting to extend or modify core behavior
 Errors of doom" – errors that arise from the core or underlying architecture with no good
traceback to where they originated
 The features of this framework is in danger of losing understanding on how things are
working.
Popular Websites on It
As per (Builtwith, 2015) there are 52,185 websites that have used symfony PHP Framework. Some
of the active and popular websites on Symphony PHP framework are:
 http://www.eenvandaag.nl
 http://www.pacificsleepprogram.com
 http://www.edumedia-sciences.com
 http://www.crazyaboutcookies.com
 http://www.bigskysmilecenter.com
Symfony web development company India http://www.ifour-consultancy.com
References
Builtwith. (2015, May 30). RetrievedfromBuiltwith:http://trends.builtwith.com/framework/symfony-
PHP-Framework
DennisLan. (2015, May 30). Retrievedfromdonews.com:
http://blog.donews.com/DennisLan/archive/2004/10/13/129403.aspx
Exploring Symfony'sCode. (2015,May 30). RetrievedfromSymphony:
http://symfony.com/legacy/doc/book/1_0/en/02-Exploring-Symfony-s-Code
Linkedin.(n.d.).Retrieved0605, 2014, fromLinkedin:http://www.linkedin.com
meeticTech.(2015,april 9). Meetic Backend Mutation With Symfony.Retrievedfromslideshare.net:
http://www.slideshare.net/meeticTech/meetic-backend-mutation-with-symfony
S].(n.d.).RetrievedfromSymfony.com:http://symfony.com
Six Technical Reasons. (2015, May 30). RetrievedfromSymfony:http://symfony.com/six-technical-
reasons
Symphony.(2015,May 30). RetrievedfromWikipedia.
the advantagesanddisadvantagesof using Web based Frameworks. (2015,May 30). Retrievedfrom
Stackexchange.com:http://programmers.stackexchange.com/questions/35276/the-advantages-
%20disadvantages-to-be-had-from-using-a-web-framework

More Related Content

What's hot (20)

PDF
Basics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Pooja Singla
 
PPTX
Web development
Sunil Moolchandani
 
PDF
GetCertGo Report-seo-march-2017
Praney Thapa
 
PPT
Case Study: Wordpress as a CMS
Kevin Codamon
 
PDF
SEO Sample Report
Belmond Victor
 
DOCX
Website analysis report
vimlesh88
 
PPT
Facebook api
snipermkd
 
DOCX
E pi server
Ganesh Sawant
 
PPTX
SearchLeeds 2019 - Nichola stott - The state of PWAs
SearchLeeds
 
PDF
How to make your react app seo friendly
Shelly Megan
 
PDF
Building, hacking and killing a bespoke CMS - Search Leeds 19
Fabrizio Ballarini
 
PPTX
Technical seo tips for web developers
Singsys Pte Ltd
 
PDF
How to check your website for Technical SEO
Ben Moll
 
PPTX
How to build a Social Intranet with Adobe Sites and 3rd Party products ... us...
AEM HUB
 
PDF
Improve your Wordpress SEO Strategy
Killian Kostiha
 
PPT
SEO Presentation - The 42nd Estate - BRA - City of Boston
The 42nd Estate
 
DOCX
Web deveopment using React js and Node js with SQL.
Jayant Surana
 
PPTX
Nokia
iProspect
 
PDF
SEO EXECUTIVE SUMMARY rc9.co
yana tarehtha
 
PDF
Star linkagency technical requirements for seo_1
StarLinkAgency
 
Basics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Pooja Singla
 
Web development
Sunil Moolchandani
 
GetCertGo Report-seo-march-2017
Praney Thapa
 
Case Study: Wordpress as a CMS
Kevin Codamon
 
SEO Sample Report
Belmond Victor
 
Website analysis report
vimlesh88
 
Facebook api
snipermkd
 
E pi server
Ganesh Sawant
 
SearchLeeds 2019 - Nichola stott - The state of PWAs
SearchLeeds
 
How to make your react app seo friendly
Shelly Megan
 
Building, hacking and killing a bespoke CMS - Search Leeds 19
Fabrizio Ballarini
 
Technical seo tips for web developers
Singsys Pte Ltd
 
How to check your website for Technical SEO
Ben Moll
 
How to build a Social Intranet with Adobe Sites and 3rd Party products ... us...
AEM HUB
 
Improve your Wordpress SEO Strategy
Killian Kostiha
 
SEO Presentation - The 42nd Estate - BRA - City of Boston
The 42nd Estate
 
Web deveopment using React js and Node js with SQL.
Jayant Surana
 
Nokia
iProspect
 
SEO EXECUTIVE SUMMARY rc9.co
yana tarehtha
 
Star linkagency technical requirements for seo_1
StarLinkAgency
 

Similar to Symfony framework-An overview and usability for web development (20)

PDF
Introducing symfony
Wildan Maulana
 
PDF
Which Tools Are The Best For Symfony Projects_.pdf
Moon Technolabs Pvt. Ltd.
 
PDF
Which Tools Are The Best For Symfony Projects_.pdf
Moon Technolabs Pvt. Ltd.
 
PPTX
Symfony2
Nursultan Turdaliev
 
PDF
The distinct advantages of using PHP-Symfony Framework
Mindfire LLC
 
PDF
Symfony presentation
maxpower57
 
PPTX
Freelance web development
britadammen
 
PDF
What is the Symfony PHP Framework?
OnGraph Technologies Pvt. Ltd.
 
PDF
A comparative study of laravel and symfony PHP frameworks
IJECEIAES
 
PPTX
Php Web Frameworks
Shreyans Jasoriya
 
PDF
PHP Frameworks and Symfony
Glenn Guden
 
PDF
Top 6 leading PHP frameworks for web development
Appfinz Technologies
 
PDF
Symfony for non-techies
Stefan Koopmanschap
 
PDF
Why Choose PHP for web app development_.pdf
Moon Technolabs Pvt. Ltd.
 
PPTX
PHP Web Frameworks Introduction
Adam Englander
 
PPTX
Outsourcing php india
taishaaben
 
PDF
Which are the best PHP frameworks for web development that have a good future...
Moon Technolabs Pvt. Ltd.
 
PDF
Top 6 php framework
Narola Infotech
 
PDF
Presentation 1 Web--dev
altsav
 
PDF
Improve your web and app development with the Symfony3 framework.
Polcode
 
Introducing symfony
Wildan Maulana
 
Which Tools Are The Best For Symfony Projects_.pdf
Moon Technolabs Pvt. Ltd.
 
Which Tools Are The Best For Symfony Projects_.pdf
Moon Technolabs Pvt. Ltd.
 
The distinct advantages of using PHP-Symfony Framework
Mindfire LLC
 
Symfony presentation
maxpower57
 
Freelance web development
britadammen
 
What is the Symfony PHP Framework?
OnGraph Technologies Pvt. Ltd.
 
A comparative study of laravel and symfony PHP frameworks
IJECEIAES
 
Php Web Frameworks
Shreyans Jasoriya
 
PHP Frameworks and Symfony
Glenn Guden
 
Top 6 leading PHP frameworks for web development
Appfinz Technologies
 
Symfony for non-techies
Stefan Koopmanschap
 
Why Choose PHP for web app development_.pdf
Moon Technolabs Pvt. Ltd.
 
PHP Web Frameworks Introduction
Adam Englander
 
Outsourcing php india
taishaaben
 
Which are the best PHP frameworks for web development that have a good future...
Moon Technolabs Pvt. Ltd.
 
Top 6 php framework
Narola Infotech
 
Presentation 1 Web--dev
altsav
 
Improve your web and app development with the Symfony3 framework.
Polcode
 
Ad

Recently uploaded (20)

PPTX
Practical Applications of AI in Local Government
OnBoard
 
PPTX
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
PDF
The Growing Value and Application of FME & GenAI
Safe Software
 
PDF
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
PDF
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PDF
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
PDF
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
PDF
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
 
PDF
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
PPTX
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
PDF
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
PPTX
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
PDF
Hyderabad MuleSoft In-Person Meetup (June 21, 2025) Slides
Ravi Tamada
 
PDF
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
PDF
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
 
DOCX
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
PPTX
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 
PDF
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 
PDF
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
 
Practical Applications of AI in Local Government
OnBoard
 
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
The Growing Value and Application of FME & GenAI
Safe Software
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
 
Kubernetes - Architecture & Components.pdf
geethak285
 
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
 
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
Hyderabad MuleSoft In-Person Meetup (June 21, 2025) Slides
Ravi Tamada
 
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
 
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
 
Ad

Symfony framework-An overview and usability for web development

  • 1. Symfony web development company India http://www.ifour-consultancy.com Symfony framework: An overview And Usability for web development
  • 2. Symfony web development company India http://www.ifour-consultancy.com Contents Introduction.......................................................................................................................................3 Architecture.......................................................................................................................................4 Technicalities.....................................................................................................................................5 Where is it used.................................................................................................................................6 Advantages........................................................................................................................................6 Disadvantages....................................................................................................................................7 Popular Websites on It.......................................................................................................................7
  • 3. Symfony web development company India http://www.ifour-consultancy.com Introduction PHP is considered as one of the world’s most popular scripting language for many different reasons, the major ones being the flexibility that it offers and the simplicity to use it. But many a times it has been noted that coding in PHP gets monotonous and repetitive which is the casewith other scripting languages as well. To get over this problem, PHP framework acts as a solution. WHY PHP FRAMEWORKS? PHP frameworks perform the operation of streamlining the development of web applications written in PHP by providing a basic structure for which to build the web applications. In other words, PHP frameworks help in promoting rapid application development reaping benefits such as saving time, building stable applications, and reducing the amount of repetitive coding for developers. Frameworks help beginners to build more stable apps by ensuring proper database interaction and coding on the presentation layer. This allows the developer to allocate more time in creating the actual web application, which would have been wasted in spending time writing repetitive code. On the contrary experienced PHP programmers treat these frameworks as tools for “weak” programmers that are unclear in writing good, clean code. Currently, PHP frameworks exist in market such as Symfony, CakePHP, CodeIgniter and the Zend Framework which provide asolid structure for the code and alsooffering some extra functionality that would be much harder to replicate on its own. It's important to note that the frameworks mentioned follow the MVC pattern, which is fairly common in all frameworks. HOW DOES IT HELP? There exist numerous possibilities in working with PHP Frameworks and depends entirely on the developer how much can it extract out of the framework. This is evident from the fact that the choice of the framework will vary from an advanced PHP programmer and a beginner. PHP frameworks help eliminate repetitive coding and systemizes the building process. Everyone has different preferences and needs. What may seemas implementing a framework for speeding up the coding process to one developer, may seemlike a waste of time to another. Most of the time this depends on what level of skill you possess; be it advanced or beginner, PHP frameworks have been put into place to save time and reduce the work load. Here we will be looking into one such framework: Symphony. The Symfony PHP Framework holds a library of various classes written in PHP 5.0 Architecture, useful components and excellent tools are provided for creating complex web apps. As per (Symphony, 2015) this framework is owned by Symfony Contributors and SensioLabs and was released on 22 October 2005.
  • 4. Symfony web development company India http://www.ifour-consultancy.com Architecture Figure 1 Symfony framework overview As per (Exploring Symfony's Code, 2015) Symfony is based on the classic web design pattern known as the MVC architecture.. • The model represents the information on which the application operates--its business logic. • The view renders the model into a web page suitable for interaction with the user. • The controller responds to user actions and invokes changes on the model or view as appropriate.
  • 5. Symfony web development company India http://www.ifour-consultancy.com • sfController is the controller class. It decodes the request and hands it to the action. • SfRequest stores all the request elements (parameters, cookies, headers, and so on). • SfResponse contains the response headers and contents. This is the object that will eventually be converted to an HTML response and be sent to the user. Technicalities Symfony was heavilyinspired by other web application frameworks such as Ruby on Rails,Django, and Spring. As per (Symphony, 2015) Symfony makes heavy use of existing PHP open-source projects as part of the framework, including:  Propel or Doctrine as object-relational mapping layers  PDO database abstraction layer  PHP Unit, a unit testing framework  Twig, a template engine  Swift Mailer, an e-mail library  Symfony also makes use of its own components, which are freely available on the Symfony Components site for various other projects:  Symfony YAML, a YAML parser based upon Spyc  Symfony Event Dispatcher  Symfony Dependency Injector, a dependency injector  Symfony Templating, a template engine  Using plugins, Symfony is able to support JavaScript frameworks and many more PHP projects, such as:  Prototype or jQuery  script.aculo.us, for visual effects  lessphp, a Less-to-CSS converter  TinyMCE or CKEditor, for rich text editing  TCPDF, a PHP library for generating PDF documents The inclusion and implementation of a JavaScript library is left to the user.
  • 6. Symfony web development company India http://www.ifour-consultancy.com Where is it used As per (Symphony, 2015) Symfony is used by the open-source Q&A serviceAskeet and many more applications, including Delicious.  At one time it was used for 20 million users of Yahoo! Bookmarks.  Symfony2 is used by OpenSky, a social shopping platform, and the Symfony framework is alsoused by the massivelymultiplayer online browser gameeRepublik, and by the content management frameworkeZ Publish in version 5.  Drupal 8 also has incorporated components of Symfony in its next release.  Symfony2 is also used by Meetic, one of the largest online dating platforms in the world, on most of its websites for implementing its business logic in the backend. Advantages As per (Six Technical Reasons, 2015), some of the advantages are listed below:  Good Documentation and Twig implemented(bridge)  The configuration is easy, because the programmer has to configure only specific things to the application.  The framework includes a wide setof command line tools which are helpful during project management and develpment process.  Limitless Flexibility  Sustainable and Stable PHP Framework  If you are trying to add some new feature to the library, you just need to create a plug-in  Less Greedy and Fast Palced PHP Framework  Expandable and Easy to Use  Elation in Development  Good Reputation  Rapid development/prototyping.  integrated input validation that can be presumed to be secure.
  • 7. Symfony web development company India http://www.ifour-consultancy.com Disadvantages As per (the advantages and disadvantages of using Web based Frameworks, 2015), some of the disadvantages are listed:  The configuration cliff means once you go further than the configuration of your framework your productivity drops right off, it can be difficult to implement features outside of a frameworks configuration.  Developer tramlines means the developer has to do things the way that the developer want you to do things.  Eventual possible drop of support / Loss of Popularity  Often inflexible when wanting to extend or modify core behavior  Errors of doom" – errors that arise from the core or underlying architecture with no good traceback to where they originated  The features of this framework is in danger of losing understanding on how things are working. Popular Websites on It As per (Builtwith, 2015) there are 52,185 websites that have used symfony PHP Framework. Some of the active and popular websites on Symphony PHP framework are:  http://www.eenvandaag.nl  http://www.pacificsleepprogram.com  http://www.edumedia-sciences.com  http://www.crazyaboutcookies.com  http://www.bigskysmilecenter.com
  • 8. Symfony web development company India http://www.ifour-consultancy.com References Builtwith. (2015, May 30). RetrievedfromBuiltwith:http://trends.builtwith.com/framework/symfony- PHP-Framework DennisLan. (2015, May 30). Retrievedfromdonews.com: http://blog.donews.com/DennisLan/archive/2004/10/13/129403.aspx Exploring Symfony'sCode. (2015,May 30). RetrievedfromSymphony: http://symfony.com/legacy/doc/book/1_0/en/02-Exploring-Symfony-s-Code Linkedin.(n.d.).Retrieved0605, 2014, fromLinkedin:http://www.linkedin.com meeticTech.(2015,april 9). Meetic Backend Mutation With Symfony.Retrievedfromslideshare.net: http://www.slideshare.net/meeticTech/meetic-backend-mutation-with-symfony S].(n.d.).RetrievedfromSymfony.com:http://symfony.com Six Technical Reasons. (2015, May 30). RetrievedfromSymfony:http://symfony.com/six-technical- reasons Symphony.(2015,May 30). RetrievedfromWikipedia. the advantagesanddisadvantagesof using Web based Frameworks. (2015,May 30). Retrievedfrom Stackexchange.com:http://programmers.stackexchange.com/questions/35276/the-advantages- %20disadvantages-to-be-had-from-using-a-web-framework