Skip to main content
  1. Tags/

Symfony

2016


Password complexity and blacklist in Symfony (optionally with FOSUserBundle)

·3 mins
Password strength is a more and more important subject for (web) applications. I guess we have all read at least one time about user accounts got hijacked because the user used a password like ‘1234567890’ and ‘qwerty’. As developer, we can prevent this pretty easy by adding validation on the user password.

2015


HOWTO: Quick start to the Silex microframework

·4 mins
How to start with the Silex microframework and what is the best folder structure for my new micro project? Edwin Kortman (also known as Dreadwin) created a Silex boilerplate repository based on a blog post by Matthias Noback in 2012 to quickly setup a new Silex project and I’m really excited about it!