Symfony Articles

Symfony is a web application framework written in the PHP programming language. It is an open-source framework that is intended to help developers build robust, scalable, and maintainable web applications.

Symfony was created by Sensio Labs in 2005, and it is now maintained by the Symfony community. It follows the Model-View-Controller (MVC) architecture and it provides a set of reusable components, such as routing, templating, and forms, that can be used to build web applications.

ymfony is also widely used in the PHP community and has a large and active community of developers. This means that there is a wealth of documentation, tutorials, and other resources available to help developers get started and to troubleshoot any issues that may arise.

Creating Forms with Symfony

symfony

As a web developer, forms will either be your favourite thing or the bane of your existence (and sometimes both). But the reality of the situation is that in order to get dat…

Read more

Symfony Does Validation

symfony

Since the beginning of computing the single most error-prone and unreliable component of the system has been something that isn’t really part of the system at all. Talk to an…

Read more

Templating with Twig

symfony

Writing PHP and HTML together is sooo 1998 – which is why Symfony uses the Twig templating language by default. This means instead of writing ugly code like this: <Gist u…

Read more