I released version 2.6.0 for GitLab webhooks receiver for Laravel.

This adds support for PHP 8.5 and Laravel 13

https://gitlab.com/tjvb/gitlab-webhooks-receiver-for-laravel/-/releases/v2.6.0

This package let you store the webhook data that you receive from GitLab in your Laravel application.

#Release #GitLab #webhooks #PHP #PHP85 #Laravel #Laravel13

v2.6.0 · tjvb / GitLab webhooks receiver for Laravel · GitLab

2.6.0 - 2026-03-20 Added ...

GitLab

Руководство по стилю объектного проектирования для PHP 8.5

Хватит писать код, который только имитирует инкапсуляцию. 🙃

В 2019-м Нобак выпустил Object Design Style Guide — манифест о том, какими должны быть объекты. В 2025-м PHP 8.5 наконец-то догнал эту философию и встроил её прямо в синтаксис.

Теперь не нужно выбирать между «правильно» и «быстро». В статье рассматриваем, как новые фичи меняют повседневную практику.

https://www.dev-notes.ru/articles/php/object-design-style-guide-for-php-8.5/

#PHP85 #PHP

Руководство по стилю объектного проектирования для PHP 8.5

Узнайте, как принципы объектного дизайна реализуются в PHP 8.5. Асимметричная видимость, хуки свойств, pipe-оператор и другие новые возможности для чистого кода.

Заметки разработчика

I released version 4.7.0 for Laravel Mail Catchall

This version adds support for PHP 8.5

This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.

https://gitlab.com/tjvb/laravel-mail-catchall

#PHP #Release #Laravel #PHP85 #PHP

tjvb / Laravel Mail Catchall · GitLab

Catch all the mail in Laravel and redirect it Mirrored to https://github.com/TJVB/laravel-mail-catchall

GitLab

Finally moved the project at work to PHP 8.5!

Smooth upgrade with no issues so far.

#PHP #PHP84 #PHP85

PHP 8.5 Garbage Collection Improvements for Enums and Closures

https://phpc.tv/w/sirFM1ounij7WaJ3WXjFfx

PHP 8.5 Garbage Collection Improvements for Enums and Closures

PeerTube

What’s new in PHP 8.5 in terms of performance, debugging and operations

https://phpc.tv/w/5vXMFbsKbqBp34ejUTUPS5

What’s new in PHP 8.5 in terms of performance, debugging and operations

PeerTube

Is PHP 8.5 faster than previous versions?

https://phpc.tv/w/pnbdFbsrr6VzRfHU1zUW4P

Is PHP 8.5 faster than previous versions?

PeerTube

And I released Laravel GitHash 1.9.0

The package is to get the current git hash (short or long) in your Laravel application.

https://packagist.org/packages/tjvb/laravel-githash

#PHP #PHP85 #Laravel #release #oss

tjvb/laravel-githash - Packagist.org

Get the current git hash from your project, show it in your blade or add it to your logs.

GitHash 1.5.0 released, this release adds support for PHP 8.5.

The package is to get the current git hash (short or long) in your application.

https://packagist.org/packages/tjvb/githash

#PHP #Git #PHP85 #package #oss #release

tjvb/githash - Packagist.org

Get the current git hash from your project.