Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for javascript

Dear PHP, the times are a-changin'

The PHP community has been buzzing about all the significant releases such as PHP 7, Symfony 3 and Drupal 8 in 2015. With improved userland application frameworks, better performance and lower memory usage PHP is about to be better than ever.

Yet the world is changing and maybe PHP shouldn't (or can't) even try to keep up with the Joneses.


Written by Jani Tarvainen on Tuesday July 21, 2015
Permalink - Tags: php, javascript, hhvm



How to expose your Routes and Translations to your Front End JavaScript in Symfony

As more and more processing is moving over to the client side you're more likely than ever to need to expose your back end resources via an API. The top of mind is application data, but you'll likely need to get endpoint URLs and translations as well. Or maybe you don't, but you should - manual maintenance is laboursome and error prone.


Written by Jani Tarvainen on Thursday July 2, 2015
Permalink - Tags: symfony, php, javascript, api, i18n, l10n, php-fpm, ezplatform