Tootfinder

Opt-in global Mastodon full text search. Join the index!

@crell@phpc.social
2026-06-06 14:00:02

When should you use #PHP Enums, and when shouldn't you?
garfieldtech.com/blog/on-the-u

@crell@phpc.social
2026-07-05 10:55:01

On empty return values. #PHP
garfieldtech.com/blog/empty-re

@wyri@toot-toot.wyrihaxim.us
2026-06-04 04:48:46

What the actual fuck!:
#protobuf #php

@michabbb@social.vivaldi.net
2026-05-30 01:52:10

📄 #Parsel — an open-source #PHP document parser for #PDF, Office docs & images. Local processing, no external service. Extract text, structured data, coordinates & screenshots. Requires

@crell@phpc.social
2026-04-21 21:55:01

Functional programming isn't just for Haskell developers. It's for #PHP developers, too. "Thinking Functionally in PHP" is available from LeanPub.
leanpub.com/thinking-functiona

@qbi@freie-re.de
2026-04-16 09:01:11

Hey Webseite, zeige mir doch mal alle Kommentare mit Eigenschaft X.
Webseite: 500
> PHP Fatal error: Uncaught DivisionByZeroError: Division by zero
🤦‍♂️
#PHP #Serendipity

@michabbb@social.vivaldi.net
2026-05-27 18:11:30

🚀 #Laravel now speaks #ClickHouse! laravel-clickhouse brings Eloquent, Query Builder & Schema Builder to the world's fastest OLAP database — familiar API, zero friction. #PHP

@crell@phpc.social
2026-05-14 01:16:51

Some thoughts on the proposed #PHP Generics RFC.
garfieldtech.com/blog/erased-p

@wyri@toot-toot.wyrihaxim.us
2026-06-15 18:24:12

Updating a small project to the latest and greatest PHPStan and PHP versions:
#PHP #PHPStan

@sean@scoat.es
2026-06-09 03:52:13

Full circle happening to my developer career right now, friends!
#Swift now has a disambiguating PAAMAYIM_NEKUDOTAYIM! (and no, I did not look up how to spell that; it is burned into my mind from #PHP 25 years ago)

Screen shot from “What’s new in Swift” session at WWDS2026, showing “Rocket
@ian@phpc.social
2026-05-19 15:11:59

Watching Alexandre Daubois talk about PHP runtime vulnerabilities at #phptek

@crell@phpc.social
2026-04-27 06:22:02

Let's be controversial: In modern #PHP, you should never type-hint an array.
garfieldtech.com/blog/array-ty

@crell@phpc.social
2026-06-26 16:53:29

I have now reached the "how did this ever work?" stage of debugging.
#PHP #Programming

@michabbb@social.vivaldi.net
2026-06-19 20:50:12

🏗️ Worker supervisor — a Horizon replacement that auto-scales workers on any driver, with crash-recovery, graceful shutdown & multi-node fleet support, validated by a chaos battery
🧰 Requires #PHP 8.2 , #Laravel 12/13 & Livewire 3.5 — install via Composer, ships

@crell@phpc.social
2026-05-27 12:44:02

Using #PSR-3 placeholders properly in PHP (and other awesome alliterations).
garfieldtech.com/blog/psr-3-pr

@sean@scoat.es
2026-06-17 23:41:25

This came up with @… @… and @… tonight…
At the

@wyri@toot-toot.wyrihaxim.us
2026-04-12 19:26:46

About to run InfectionPHP on this PHPUnit testsuite... 😱
#InfectionPHP #PHP #PHPUnit

@crell@phpc.social
2026-06-25 09:55:02

Running #Lando on GitHub Actions. #Laravel #PHP

@michabbb@social.vivaldi.net
2026-04-17 08:02:05

Are you a #PHP developer and you want to know how to work with #Al #coding tools? 🧑‍🏫
Here is the deal:
You message Jochen (not me!) – he has a video call and he gives you a task for an enha…

@michabbb@social.vivaldi.net
2026-06-09 08:20:55

🔍 #PHPFTS: a self-contained full-text search engine in pure #PHP — no extensions, no dependencies, just files. Trigram indexing, BM25 IDF scoring, filters & typo-tolerant matching. Runs on any PHP 8.1 shared host.

@wyri@toot-toot.wyrihaxim.us
2026-06-11 21:54:05

Has anyone else seen this "No space left on device" on GitHub Actions come up recently?
#GitHub #PHP #CI

@crell@phpc.social
2026-05-21 15:28:00

It's always neat to be in a conference talk where someone is talking about #PHP features I helped make happen.
#PHPTek

@michabbb@social.vivaldi.net
2026-06-19 20:50:10

🛡️ #Vigilance is a driver-agnostic control center for #Laravel queues, jobs, commands & the scheduler — plus whole-app APM, tracing, metrics, alerts & uptime. Self-hosted & production-safe #PHP

@crell@phpc.social
2026-05-15 03:10:43

I'm finally looking at the other sessions at #PHPTek next week, and damn, almost every time slot has more than one session I really want to go to.
Damn you, PHP Tek team! Well done.
#php

@crell@phpc.social
2026-05-22 20:18:45

The best post-conference-speaking feedback I can get is "I changed how I did things because of your talk."
Yep, I did get that after #PHPTek this week. Victory!
I'm so glad people found my sessions helpful.
#php

@michabbb@social.vivaldi.net
2026-04-16 13:55:16

Avoid N 1 queries when validating array inputs in #php #Laravel ☝️
Instead of running `exists` per item, preload your data once and validate against it ✅
Cleaner code, better performance ⚡

@crell@phpc.social
2026-04-17 12:55:01

On empty return values. #PHP
garfieldtech.com/blog/empty-re

@michabbb@social.vivaldi.net
2026-04-13 13:40:20

Hey #php developers out there 👀 👋
What tools do you use to make your #ai write "good" code? 😏
#phpstan,

@michabbb@social.vivaldi.net
2026-06-11 06:11:46

🔌 Non-blocking I/O for regular #PHP functions. fread, fwrite, file_get_contents, ob_start, curl, #MySQL, and #PostgreSQL now work asynchronously without extra effort.
🖥️ Built-in TrueAsync S…

@crell@phpc.social
2026-06-12 00:08:08

RE: #php

@michabbb@social.vivaldi.net
2026-06-11 06:11:46

#TrueAsync is an experimental library bringing true asynchronous programming to #PHP — coroutines, async/await, and non-blocking I/O built into the language core. Write high-performance concurrent applications with clean, readable code and minimal changes.

@crell@phpc.social
2026-05-10 23:11:02

Using #PSR-3 placeholders properly in PHP (and other awesome alliterations).
garfieldtech.com/blog/psr-3-pr

@crell@phpc.social
2026-06-12 15:58:30

Take the JetBrains developer survey 2026! (Use the link below so I get referral credit. :-) )
surveys.jetbrains.com/s3/devel

@michabbb@social.vivaldi.net
2026-04-13 01:53:28

Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube

@michabbb@social.vivaldi.net
2026-05-08 10:45:25

#Idempotency: What, Why & How — deep dive into safe retries in #Laravel
🔁 #PHP #API