tl;dr Download phpdoc-to-typehint, it will automatically add scalar type hints and return type declarations to your PHP project using existing PHPDoc annotations. PHP 7 will be released soon. Scalar type hints and return type declarations introduced in this new release are very interesting because they enforce the use of stricter types in PHP code. They are less error-prone and ease the…
How to make high performance API powered webapps with Symfony (Symfony Live)
I was speaking about cloud computing, APIs and JavaScript Single Page Application at the Symfony Live San Francisco conference. Here are my slides: Open the slides in full screen
See you at these upcoming PHP conferences
I’ll speak about API Platform and Symfony at some PHP conferences until the end of 2015: Symfony Live, San Francisco (October 29th) Leveraging a cloud computing infrastructure to build high performance Symfony webapps I’ll present how to tune Symfony webapps to be as efficient and as robust as possible thanks to cloud computing platforms. I’ll detail…