php

Back Open Paginator
28.01.2026 00:04
danielpetrica (@danielpetrica@infosec.exchange)

How much "baggage" is currently in your composer.json file?

I surveyed 200 active developers to gauge the average weight of a modern Laravel application. The results highlighted a distinct split in the community regarding the "Build vs. Buy" mentality.

Over half of the respondents (54%) fall into the 6–15 package range. Given standard best practices today involving tools like PHPStan, Pint, and Debugbar, this feels like the industry standard.
#Laravel #PHP #developer #programming #technology





Show Original Post


27.01.2026 21:55
askubuntu (@askubuntu@ubuntu.social)

Phpmyadmin does not start #apache2 #php #phpmyadmin #database

askubuntu.com/q/1563331/612




Show Original Post


27.01.2026 21:17
journalduhacker (@journalduhacker@framapiaf.org)

Quoi de neuf les devs? #163 - Veille tech et l'interview de Raphaël
go.itanea.fr/nl163
#dev #programmation #php




Show Original Post


27.01.2026 18:38
ghostwriter (@ghostwriter@phpc.social)

🤔 Is this a #Composer normalization quirk caused by how #PHP encodes empty vs non-empty maps when regenerating composer.lock?

`stability-flags` is logically a map, but when empty Composer may serialize it as `[]` instead of `{}` especially after;

composer update --prefer-dist --prefer-stable

- Same dependency graph
- Different lockfile bytes / hash

Semantic determinism ✅
Byte-level determinism ❌

#Nix #BuildSystems #ReproducibleBuilds





Show Original Post


27.01.2026 17:39
dandb (@dandb@mas.to)

I dream of a day where #PHP has some kind of (OPTIONAL) function/variable import/export system, if only to control scope in functional programs.




Show Original Post


27.01.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Referral Abuse Detector

Flag self-referrals and rapid referral farms.

youtube.com/watch?v=e7lPVS26aiI




Show Original Post


27.01.2026 17:05
symfony (@symfony@mastodon.social)

👀 Berlin… something’s coming.

Four days where Symfony takes over the city — hands-on trainings, powerful talks, and the energy of the community 💻⚡
Save the dates. Get ready. This one will be special.

📅 April 21–24, 2026
👉 live.symfony.com/2026-berlin/





Show Original Post


27.01.2026 16:50
atreyu (@atreyu@social.cologne)

Heute wieder #RDD => Rage Driven Development. #php #software




Show Original Post


27.01.2026 15:31
jclermont (@jclermont@phpc.social)

If your custom validation rule internally defers to an existing Laravel rule and just inverts the logic, you might be able to avoid the custom rule altogether. Notice what I found in a recent code review. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


27.01.2026 14:40
vohanj (@vohanj@phpc.social)

#phpquiz #php

```php
$a = [];
$b = array_merge([4 => 1], $a);
```
Which one is true now:

$b == [0 => 1]
$b == [4 => 1]




Show Original Post


27.01.2026 13:27
getlaminas (@getlaminas@phpc.social)

Released: laminas/laminas-text 2.13.0
#php #laminas

github.com/laminas/laminas-tex




Show Original Post


27.01.2026 12:18
sysedit (@sysedit@mastodon.social)

Xdebug client for the terminal:
github.com/dantleech/debug-tui




Show Original Post


1 ...169 170 171 172 173 174 175 176 177 178 179 ...526
UP