DEV Community

Discussion on: It's the most insecure code in the world

Collapse
 
arminlinzbauer profile image
Armin Linzbauer

What about me? I can just recommend everyone to use a framework, even for the most trivial tasks. It's incredibly easy to get things wrong in PHP and frameworks somewhat mitigates the issue. There are plenty of small frameworks that don't add too much overhead to your project, so that shouldn't be the deciding factor against a framework - ever.

Collapse
 
dakujem profile image
Andrej Rypo

Exactly. Use frameworks and read their dox. Anything respectful will do, like Laravel, Symfony, even Nette. If you need raw power, use Slim, it's bare bones. Even with Laravel or Symfony the apps may still be made very light.