Tootfinder

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

@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

@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

@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-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…

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

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

@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-03-17 15:10:03

Just had an intro call with @…'s new Executive Director, @….
I'm confident the Foundation is in good hands.
#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

@cdp1337@social.bitsnbytes.dev
2026-04-07 21:29:28

php -S localhost:8000 -t .
HOLY CRAP!?! How have I never known that PHP has a built-in web server for development? How long has this been thing? (Rhetorical question as I'm about to look it up, just stating for emphasis on my surprise to have just found this option.)
#PHP

@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
@wyri@toot-toot.wyrihaxim.us
2026-04-12 19:26:46

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

@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,

@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-06-12 00:08:08

RE: #php

@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.

@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

@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-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

@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.

@ian@phpc.social
2026-05-19 15:11:59

Watching Alexandre Daubois talk about PHP runtime vulnerabilities at #phptek

@wyri@toot-toot.wyrihaxim.us
2026-04-03 20:35:52

We need to have a talk #PHP, this is not supposed to happen when I do cool cutting-edge things:

@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-05 22:08:26

Just asked #Qwen 3.6 Plus what the current versions of #PHP and #Laravel are… it confidently said PHP 8.5 and Laravel 13 😄
I was like “wait, what?!” and asked again. Turns out it just extrapolat…

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

What the actual fuck!:
#protobuf #php

@crell@phpc.social
2026-04-07 14:33:02

Null is problematic, but why? Let's see why, and let that guide us to new alternatives. #PHP
garfieldtech.com/blog/much-ado

@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-03-29 00:44:02

Bypassing #PHP visibility controls. Please don't do this often.
garfieldtech.com/blog/phptrick

@michabbb@social.vivaldi.net
2026-04-05 06:46:25

📱 #React 19 frontend with #TypeScript, fuzzy search across keyboard layouts, #PHP 8.4 with 40 API endpoints. 100% free &

@crell@phpc.social
2026-03-27 18:48:58

After an unfortunate finger slip, I briefly tried to call the arse_url() function in PHP.
Now I kinda want to write an RFC to add it..
#PHP #Silliness #Programming

@michabbb@social.vivaldi.net
2026-04-02 00:10:44

🏗️ Composer integration out of the box: PSR-4, Classmap & autoload_files. Only classes your autoloader actually knows appear in completion.
🌀 Full #Laravel Eloquent support: Relationships, Scopes, Accessors, Casts & Builder chains – no Larastan or ide-helper needed.
📦 JetBrains #PHP

@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

@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-03-26 22:54:07

Gah! Fucking #PHP arrays...

@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

@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

@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-03-24 08:55:01

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

@michabbb@social.vivaldi.net
2026-04-06 09:21:43

You can't stop the evolution... 🦋
#phpunit ➡️ #pest ➡️ #testo

@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

@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-04 16:16:23

Reminder: your #ai #coding agent needs a lot of guardrails; otherwise, it generates a lot of crap, even opus... 😞
Fixing these errors at the end of the day takes forever.
It's better to run your linters and tests after every change...

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

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

@michabbb@social.vivaldi.net
2026-04-07 22:32:43

#FilaTeams - Team Management #Plugin for #Filament 5 #PHP

@michabbb@social.vivaldi.net
2026-04-05 06:46:24

#AppDevPanel - Universal #PHP Debug Panel for #Symfony, #Laravel,

@michabbb@social.vivaldi.net
2026-04-02 00:10:43

#PHPantom – ultra-fast #PHP Language Server written in #Rust 🦀 #LSP

@michabbb@social.vivaldi.net
2026-03-31 14:32:29

#DelegatedTypes in #Laravel — Smarter Alternative to STI #PHP #Eloquent