I’ll speak at some conferences in June: I’ll present API Platform and its new client-side React tools at the ChtiJS meetup of tomorrow in Lille, France. I’ll do the same presentation Thursday, June 8 in Nantes during the Web2Day conference I’ll present some new features of Symfony 4 (including Symfony Flex) at the next Lille’s sfPot in Thursday, June 22 (event…
Tag: API Platform
API Platform 2.1: when Symfony meets ReactJS (Symfony Live)
Slides and videos of my talk during the Symfony Live Paris 2017. Rate this talk on joind.in! API Platform 2.1: when Symfony meets ReactJS (Symfony Live 2017) from Les-Tilleuls.coop Learn how to use API Platform and Symfony to create super easily rich web and mobile applications relying on React (JS) for their presentational layer. In…
Creating hypermedia APIs in a few minutes using the API Platform framework (APIDays)
My talk at APIDays: API Platform is new open source PHP framework dedicated to the creation of modern web APIs. It allows to bootstrap a fully featured API (pagination, validation, filtering, sorting, automatically generated documentation, HTTP cache, OAuth and JWT auth…) in just a few minutes. It exposes out of the box popular API formats…
API Platform 2.0 released: creating powerful web APIs has never been so easy
After 1 year of development and more than 700 commits authored by a hundred contributors across the world, the new major release of API Platform is immediately available for download. API Platform is a PHP 7 framework dedicated to the creation of modern and powerful web APIs. It is especially adapted to build API-centric information systems relying on hypermedia, Linked Data; and…
Creating a hypermedia API in 5 minutes with API Platform (Take Off Conf)
This morning I was speaking about the API Platform framework at the Take Off Conf in my hometown of Lille. Take a look at my slides, and learn how to create a fully featured hypermedia API in a few minutes!
The first alpha of API Platform 2.0 is available!
The first alpha of API Platform 2.0 has been released! Take a look to this presentation to discover changes and new features of this version: These slides have been presented first in the sfPot conference of Paris (May 17, 2016).
Making the Symfony PropertyAccess Component 84% faster in 2.8… and counting
Update 12/06/15: I’ve opened a PR making the PropertyAccess Component 84% faster than before. It implements strategies explained at the end of this post. This PropertyAccess component allows to access to a property of an object (or a to a key of an array) regardless of the access strategy that must be used. It is smart enough to access…
Introducing API Platform (Forum PHP)
My slides from this morning at Forum PHP Paris about API Platform: 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…
New in Symfony 2.8/3.0: services autowiring
Symfony 3.0, the next major version of our preferred PHP framework, will be released in a few weeks. Basically, it shares the same code base as Symfony 2.8 but all deprecated features coming from older versions have been removed to simplify the framework and its maintenance: Symfony 3 deprecation progress report. #symfony pic.twitter.com/Nz4pMZZwU4 — Symfony News (@symfony_en) October 6, 2015 Symfony 2.8…