Florian Engelhardt

Florian Engelhardt

My name is Florian. I am married with five kids and I like to play table tennis, table football, chess and MTG.
I started writing small software on an IBM PS/2 30 286 in GW-BASIC back in 1993, throughout the 90s I learned HTML, JavaScript, Perl, C and a bit of Assembler. It was September 2000 when I was introduced to PHP and I thought nobody would ever need it, but damn was I wrong.

Montreal 2023 sessions

Asynchronous PHP

English session - Beginner

Your script is constantly waiting. For the database, the e-mail server, the HTTP server of any service, a file from the disk or even for the RAM. And with it the customers wait.
I want to show how with an asynchronous architecture, RabbitMQ and ReactPHP the waiting time is significantly shortened and that sometimes you do not have to wait.

Growing the PHP Core - One Test at a Time

English session - Intermediate

I am a PHP core contributor and you can be too! You think you need to create a RFC for this or write and maintain a PHP extension or even write C code? Fear no more!
In this talk you will learn how you can become a PHP core contributor and give something back to the community by writing tests for PHP core without writing a single line of C code.