I'm thrilled to announce that I'll be speaking at the 23rd edition of #phpday, the international PHP conference in Italy, organised by @grusp.

I’ll be presenting a talk titled: "Better Debugging With Xdebug".

It's in Verona, Italy, on May 14-15th 2026.

You can use my speaker’s discount code "speaker_10OFF" for 10% off at https://www.phpday.it/tickets/?utm_medium=organic&utm_source=linkedin&utm_campaign=post-speaker

#PHP #Xdebug #Debugging

Tickets - phpday

Thank you for choosing to attend the conference on October 16th in Verona, Italy. Cutting-edge React content, practical insights, and great conversations with fellow developers from across Europe.

phpday

The @grusp team has just published my talk "πŸ₯§ A slice of PIE: revolutionising PHP extension installation" on YouTube, which I gave at the last #phpday edition.

Check it out here: https://youtu.be/VkeXOwK6gvU

A slice of PIE: revolutionising PHP extension installation | James Titcumb | phpday 2025

YouTube

The @grusp team has just published my talk β€œCustom PHPStan Rules: Automate Standards and Save Time” from #phpday

Custom PHPStan rules amplify the benefits of @phpstan and they are not as difficult as you might think to write. I created 3 in this talk https://youtu.be/1tOSnuxCcRY

Custom PHPStan Rules: Automate Standards and Save Time | Dave Liddament | phpday 2025

YouTube
Time to come up with that #PHPDay abstract... /cc @grusp

Hai partecipato a #phpday e senti ancora l'entusiasmo della community? 🍹
Se #Laravel Γ¨ la tua passione, questa l'occasione per andare dall'altra parte del podio!

Candidati come speaker!
πŸ‘‰ https://www.laravelday.it/welcome/cfp.html

Ecco i filoni principali su cui il nostro comitato scientifico seleziona i talk

🧰 Best practice
πŸ—οΈ Architetture e ottimizzazioni
🌏 Laravel environment
πŸ€• Case study
Vogliamo leggere la tua proposta!

---
laravelday 2025 - 9Β° edizione
πŸ“ Verona | πŸ“… 20 Novembre 2025

#phpday is coming to an end and I've more than doubled my elephant collection
@akrabat now showing what has changed in #OAuth since 2012. #phpday

@Girgias I'm re-evaluating `ArrayObject` as "extremely useful" from now on:

```php
class A { public readonly int $v; }
$a = new A;
$b = new ArrayObject($a);
$b['v'] = 'hello';
$b['v'] = 'world';
echo $a->v; //"world"
```
https://3v4l.org/5UYWZ

#phpday

5UYWZ - created on 3v4l.org

View the output of this script on 3v4l.org: the online PHP shell with 250+ PHP versions

@Girgias ( q β€’Μ€ α΄– ‒́ q) (β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻ #phpday
@Girgias showing us the impressive amount of work happening under the PHP foundation, as well as some horrible language quirks that still affect us nowadays. #phpday