Here the video and the slides of my talk of today at Symfony Live London. Rate this talk. API Platform: Full Stack Framework Resurrection from Les-Tilleuls.coop Install API Platform. Design the API data model as a set of tiny plain old PHP classes. Instantly get: Fully featured dev environment with Symfony Flex and React…
Tag: Symfony
Upcoming conferences
I’ll speak at a lot of conferences until the end of this year, mostly about API Platform and Symfony 4. Here is my schedule: September, 22: Symfony Live London API Platform – full stack framework reboot (english) We’ll start by creating a fully-featured API in just a few minutes with API Platform, Symfony and Doctrine. The…
Dive Into Symfony 4 (slides)
Here are the slides I presented yesterday during the Lille’s Lille’s Symfony meetup: Symfony 4 is all about making the developer life easier. You liked using SF for large and robust apps, you’ll love using it for your next MVP, prototype or small project. This presentation was followed by a live coding session (not recorded, unfortunately).
API Platform 2.1 Feature Walkthrough: Create Blazing Fast Hypermedia APIs, Generate JS Apps
Update September 18: API Platform 2.1 has now been released. This blog post has been updated according to the syntax used in the stable version. Finally, after more than 1 year of dev and 3 months of beta, @ApiPlatform 2.1 is out 🍾🎆🙌. A big THANKS to all contributors! #API #PHP #React — Kévin Dunglas…
Upcoming conferences and meetups: Web2Day, ChtiJS and sfPot Lille
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…
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…
Create Symfony apps as quickly as with Laravel and keep your code framework-agnostic (Forum PHP)
Slides of my talk at AFUP’s Forum PHP 2016. You’ll learn about RAD and autowiring, the ADR pattern, framework agnostic controllers, PSR-7, PSR-15 and PSR-17.
ADR pattern, autowiring, DunglasActionBundle: Symfony controllers redesigned
Here are the slides of the talk I gave yesterday at the Symfony meetup (sfPot) of Lille. I was presenting DunglasActionBundle, a refinement of the the Symfony controller system and talking about services autowiring and the ADR pattern.