Skip to main content

54 posts tagged with "Symfony"

View All Tags

Introducing Sylius Stack

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 3 min read
Stephan Hochdörfer
Head of IT Business Operations

Often, we need to build some (Admin) UI for our Symfony-based applications. While there are quite a few options out there, like EasyAdmin or SonataAdminBundle, we decided against such an approach as it would introduce just another dependency to our software development stack.

Formatting XML with Twig

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

Can we render the XML responses from a webservice our application interacts in a better readable way? This was the challenge I asked myself.

Encrypting Data with Doctrine

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

In one of our current projects, we have to store sensitive user data in the database. Naturally, I was looking how to best encrypt the data in a Symfony & Doctrine application.