|
- Symfony, High Performance PHP Framework for Web Development
Symfony is a set of reusable PHP packages and a PHP framework to build web applications, APIs, microservices and web services
- Configuring Symfony (Symfony Docs)
Configuration Files Symfony applications are configured with the files stored in the config directory, which has this default structure: 1 2 3 4 5 6 your-project
- Security (Symfony Docs)
Symfony provides many tools to secure your application Some HTTP-related security tools, like secure session cookies and CSRF protection are provided by default The SecurityBundle, which you will le…
- Forms (Symfony Docs)
Screencast Do you prefer video tutorials? Check out the Symfony Forms screencast series Creating and processing HTML forms is hard and repetitive You need to deal with rendering HTML form field…
- Routing (Symfony Docs)
When your application receives a request, it calls a controller action to generate the response The routing configuration defines which action to run for each incoming URL It also provides other useful features, like generating SEO-friendly URLs (e g read intro-to-symfony instead of index php?article_id=57)
- Databases and the Doctrine ORM (Symfony Docs)
Screencast Do you prefer video tutorials? Check out the Doctrine screencast series Symfony provides all the tools you need to use databases in your applications thanks to Doctrine, the best set …
- Validation (Symfony Docs)
Validation is a very common task in web applications Data entered in forms needs to be validated Data also needs to be validated before it is written into a database or passed to a web service Symfony provides a Validator component to handle this for you This component is based on the JSR303 Bean Validation specification
- Symfony 7, a high-performance PHP framework and a set of components.
Symfony 7 was released on November 29st 2023 Symfony 7 included a command profiler and support for importmaps and early hints
|
|
|