Trending

#phpday

Latest posts tagged with #phpday on Bluesky

Latest Top
Trending

Posts tagged #phpday

Original post on phpc.social

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 […]

2 1 0 0
A slice of PIE: revolutionising PHP extension installation | James Titcumb | phpday 2025
A slice of PIE: revolutionising PHP extension installation | James Titcumb | phpday 2025 YouTube video by GrUSP

The phpday 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: youtu.be/VkeXOwK6gvU

2 1 0 0
Custom PHPStan Rules: Automate Standards and Save Time | Dave Liddament | phpday 2025
Custom PHPStan Rules: Automate Standards and Save Time | Dave Liddament | phpday 2025 YouTube video by GrUSP

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 youtu.be/1tOSnuxCcRY

1 1 0 0

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

1 0 0 0

I recently went to both #phpday and #jsday, two very interesting events to understand these languages and future of the web development.

I came away encouraged... until I discovered Google and Microsoft agents and Claude 4.

Thank goodness in Italy #wordpress is still very popular. 🐢

1 0 0 0
Rob Allen standing in front of a projector slide listing the most important OAuth improvements since 2.0

Rob Allen standing in front of a projector slide listing the most important OAuth improvements since 2.0

@akrabat now showing what has changed in #OAuth since 2012. #phpday

1 0 0 0
Online PHP editor | output for 5UYWZ Run your php code online; get statistics, vld output and compare output from all versions.

@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

1 0 2 0
Slide showing PHP `$a = "5d9"; $a++; $a++;` causing `$a` to become a string, then a floating point value

Slide showing PHP `$a = "5d9"; $a++; $a++;` causing `$a` to become a string, then a floating point value

@Girgias ( 。 •̀ ᴖ •́ 。) (╯°□°)╯︵ ┻━┻ #phpday

1 0 1 0
Gina standing in front of a projector slide showing general PHP foundation project statistics

Gina standing in front of a projector slide showing general PHP foundation project statistics

@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

1 0 1 0
Luigi in front of a projector slide showing a directory tree of PHP files divided by business features, making the distance between logically close related files smaller.

Luigi in front of a projector slide showing a directory tree of PHP files divided by business features, making the distance between logically close related files smaller.

Luigi Cardamone telling strategies for preventing the "files divided by type" mess that most PHP frameworks (erroneously) teach us. #phpday

1 1 1 0
Luigi standing in front of a projector slide showing Friuli on the italian map, together with wine and frico, both traditional of the region.

Luigi standing in front of a projector slide showing Friuli on the italian map, together with wine and frico, both traditional of the region.

Next: Luigi Pecorella teaches us about Friûl and its language, as well as how they re-organised a DB without FKs to reduce complexity and improve performance. #phpday

1 0 1 0
James Titcumb in front of a projector slide showing an example `composer.json` with extension dependencies (and configuration flags thereof) declared.

James Titcumb in front of a projector slide showing an example `composer.json` with extension dependencies (and configuration flags thereof) declared.

Now @asgrim from @roave, talking about #PIE, the #PHP extension installer, which will replace PECL in the future.

Good investment by the PHP foundation and the sovereign tech fund! #phpday

2 0 1 0
Arne in front of a projector slide with examples of a CPE (Common Platform Enumeration) identifier by NIST

Arne in front of a projector slide with examples of a CPE (Common Platform Enumeration) identifier by NIST

Next: @theseer talking about #SBOM - very compliance-intensive talk. #phpday

1 0 1 0
Post image

I really know the struggle!
Great talk at #phpday @secondej.bsky.social 👏

2 1 0 0
A slide showing a torchlight that shines through an architectural diagram, light beam crossing layers that are affected by a change

A slide showing a torchlight that shines through an architectural diagram, light beam crossing layers that are affected by a change

The "torchlight" approach to software development: go through known layers that are in use by a modified component, so you are focused on only the bits you need to touch. #phpday

2 1 1 0
Giorgio Sironi in front of a slide showing a technical architectural legacy situation from 2017

Giorgio Sironi in front of a slide showing a technical architectural legacy situation from 2017

Next' @giorgiosironi talking about a legacy code journey. #phpday

2 0 0 0
Dave in front of a slide with an arrow pointing from "PHPStan" to "custom rules"

Dave in front of a slide with an arrow pointing from "PHPStan" to "custom rules"

Next up: @DaveLiddament on how to write @phpstan custom rules. #phpday

1 0 1 0
Post image

Next up we have Laura Durieux on generative AI work @api-platform.com #phpday

2 0 0 0
Me and James Seconde posing with a Vonage Elephpant (black plushie elephant with the inside of the ears colored, one purple, the other pink, Vonage and their logo printed in white on the visible side) with a PHPDay presentation slide in the background.

Me and James Seconde posing with a Vonage Elephpant (black plushie elephant with the inside of the ears colored, one purple, the other pink, Vonage and their logo printed in white on the visible side) with a PHPDay presentation slide in the background.

Found one of the most beautiful elephpants at #PHPDay in Verona made by #Vonage. Awesome color combination!

1 0 0 0
Conference slide: shows a `hook()` method of the OpenTelemetry extension, used to inject code before/after any function or method

Conference slide: shows a `hook()` method of the OpenTelemetry extension, used to inject code before/after any function or method

Here's the API to literally "hook" into any function/interface execution through the #OpenTelemetry #PHP extension: #phpday

1 0 1 0
Preview
GitHub - GrzegorzDrozd/opentelemetry-demo at aebf3235c8ad4e5dfae3669dd591050d21c8da31 Opentelemetry Demo repository. Contribute to GrzegorzDrozd/opentelemetry-demo development by creating an account on GitHub.

Next up: Grzegorz Drozd showing an example PHP + #OpenTelemetry stack - github.com/GrzegorzDrozd/openteleme... #phpday

3 0 1 0
Slide with a TUI (Terminal User Interface) showing #PHP elephpants

Slide with a TUI (Terminal User Interface) showing #PHP elephpants

Next up: @dantleech talking about TUIs from #RataTUI to #PHPTUI. #phpday

1 0 1 0
Talks: What's new in PHP 8.4 (and 8.5) (phpDay) — Derick Rethans

📄 The slides for my presentation "What's New in PHP 8.4 (and PHP 8.5)!" from phpDay are now available online: https://derickrethans.nl/talks/php-phpday25

#php #phpday #presentation #slides

6 1 0 1
Post image

At #phpday we have Simone D'Amico on new approaches to server side rendering in #php. Props to @symfony.com for ux and @laravel.com for Livewire

2 0 0 0

@pronskiy kinda suggesting that PHP-SRC may someday remove the JIT compiler, depending on maintenance burden vs performance gains. #phpday

1 0 1 0

Generics in #PHP? Maybe one day: @Girgias has a working prototype on her laptop at #phpday

5 0 1 0
Preview
GitHub - bukka/jso: JSO is an extended JSON parser. JSO stands for JavaScript Object which should symbolize that addition JavaScript object value types are parsed as well. JSO is an extended JSON parser. JSO stands for JavaScript Object which should symbolize that addition JavaScript object value types are parsed as well. - bukka/jso

JSON Schema support coming to the language? https://github.com/bukka/jso is now supported by the PHP Foundation :O #phpday

3 1 1 0
Slide showing the EU Commission Working Group members, including the PHP Foundation

Slide showing the EU Commission Working Group members, including the PHP Foundation

And the PHP Foundation is part of the EU Commission Working group under the Cyber Resilience Act 👏 #phpday

2 0 1 0
Preview
GitHub - wstool/wst: Web Services Tool Web Services Tool. Contribute to wstool/wst development by creating an account on GitHub.

TIL: https://github.com/wstool/wst used to test PHP-FPM integration. #phpday

2 0 1 0
PHP Foundation team since 2024

PHP Foundation team since 2024

The new team working for the PHP foundation: #phpday

1 0 1 0