When comparing Symfony vs Krita, the Slant community recommends Krita for most people. In the question“What are the best web design tools?” Krita is ranked 2nd while Symfony is ranked 15th. The most important reason people chose Krita is:
All the most used and useful tools are easy to find in Krita's UI and are often just one click away. They are not hidden behind menus or dropdowns.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Open Source
Symfony is open source and released under the MIT license.
Pro Easy debugging with a built-in debug toolbar
Symfony comes with a built-in toolbar that helps developers debug their applications during the development phase.
The toolbar is also extendable and new components, called panels can be added if needed to help with the debugging process.
Pro Great plugin ecosystem
One of the greatest strengths of Symfony is it's amazing and large plugin ecosystem, which comes as a result of it's large and dedicated community. Having a large number of plugins means less development time and more productivity.
Pro Highly active community
Symfony has one of the most active communities out of all the PHP frameworks. This is shown by the high number of commits made every day in the GitHub repo.
Pro Teaches you good practices
Symfony makes you be a better programmer. You have to deal with the latest object-oriented design patterns such as service-oriented architecture, dependency injection, interface abstraction, and so on.
Pro Uses YAML/XML/PHP/Annotation
Symfony makes use of XML, YAML or PHP annotations to create configurations in order to tell Doctrine on how properties of a certain class should be.
Pro Powerful event system
Symfony has a powerful built-in event system that allows you to add flexibility to applications and makes it easier to maintain the codebase down the road.
Pro Great templating engine
Uses Twig, which is a simple and easy to learn templating language that can also be used as a standalone engine, outside the framework.
Pro Uses Doctrine ORM
Symfony makes use of the Doctrine ORM to add an abstraction layer over the database in order to maintain flexibility without having unnecessary code duplication.
Pro Easy to use layout
All the most used and useful tools are easy to find in Krita's UI and are often just one click away. They are not hidden behind menus or dropdowns.
Pro Constantly updated
Krita is getting constant releases with updates and bug fixes. New features are added at a pace that far surpasses the other alternatives.
Pro Free and open source
Krita is completely free and open source. They have raised a couple of successful Kickstarters in the past to get the initial financing and now they are accepting donations.
Pro Developed in part by KDE, which has a great community and therefore great support.
KDE has a long history of making solid applications.
Pro Amazing support for displaying brushes
Krita's preset brushes are one of the default dockers. Each brush has a preview on mouseover that shows a detailed view of the type of brush involved. All the brushes also have useful and descriptive names such as "HP Pencil" or "Textured Fuzzy".
Pro Very customizable
Although the UI is rather busy, Krita is very customizable. The editing window can be themed and the sidebar can be customized extensively throw many dockers or panes.
Pro Easy editing in a tiled view
Tiled view that shows your image tiled in the editor, and permits you to edit it as you are seeing it tiled. If the brush passes out of your texture, it will just automatically wrap back the painting to the other side of the original texture, while permitting you to paint and see the results on any of the tiled "clones" (the shortcut key to activate this is w by default).
Cons
Con Settings
Too many configurations.
Con Very hard to install
Setting it up on webhost without a console is difficult.
Con Promotes bad development practices
Such as annotations via comments.
Con Doctrine ORM
Symfony Standard Edition, which is the most widely used distribution, comes integrated with Doctrine, the most resource hogging ORM library.
Con You need a lot of files to display a single page
For a simple hello world page you need about 5 files.
Con New features are not tested thoroughly
Since releases are so often and with little time between them, usually new features are not tested a lot and this can bring a lot of bugs with them. Which fortunately are quickly patched in the next release.
Con Documentation is lacking
Krita's official documentation is incomplete in some areas, especially for new features that are constantly added. But this is compensated with it's great design and usability which makes it easier to understand how things work.
Con Poor touch controls
They are still pretty much a WIP. But they are getting there.