DEV Community

Discussion on: PHP needs its own ES6

Collapse
 
phantas0s profile image
Matthieu Cneude

It's possible. I was developing with a framework based on Sylex (which is now based on Symfony 4). It's very light, you don't have to couple everything and it only use the DBAL of doctrine instead of the ugly ORM. There are other lightweight PHP framework out there, too.