Tootfinder

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

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

@crell@phpc.social
2026-03-10 15:22:01

I benchmarked #PHP's native serializer vs code export. You won't believe what I found!
garfieldtech.com/blog/benchmar

@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

@crell@phpc.social
2026-02-05 10:22:01

Quick and easy #PHP code generation testing.
garfieldtech.com/blog/code-gen

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

@emd@cosocial.ca
2026-03-02 05:05:58

Any super smart #php folks here know how to mock built-in functions like ‘glob’?
I know I could wrap calls to it in a class that I could mock, but I hate adding code just for a test.
Please boost!

@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-02-19 20:08:10

I was interviewed by Marcos Marcolin for the Brazilian #PHP community. It's a long interview, but I had fun with it. 🙂
marcosmarcolin.com.br/blog/php

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

@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

@sean@scoat.es
2026-03-15 22:03:51

Unexpectedly found a pack of my homemade bacon in the freezer.
Expectedly, made me think of Jefferson McCree. 💔
#php

Not yet cooked strips of my bacon, on a sheet pan and rack.
@crell@phpc.social
2026-03-06 15:11:01

Running #Lando on GitHub Actions. #Laravel #PHP

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

@wyri@toot-toot.wyrihaxim.us
2026-02-21 18:12:55

Oops: Error: Maximum call stack size of 2048000 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion?
#PHP

@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-03-05 09:52:30

💻 Supported RAT commands: ping (heartbeat every 60s), info (system recon), cmd, powershell, run (background shell), screenshot, download, upload, stop
🛡️ Shell execution probes disable_functions and picks first available method from: popen, proc_open, exec, shell_exec, system, passthru — resilient against common #PHP hardening
🔄 C2 connection retries every 15 seconds in a persistent l…

@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

@wyri@toot-toot.wyrihaxim.us
2026-02-22 13:32:13

Hmm it seems Junie is evolving, it has found my non-default PHPUnit config file location, and has started getting into segfaults:
#AI #Junie #PHP

@crell@phpc.social
2026-01-25 01:11:01

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

@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-02-25 01:33:02

Traits in #PHP are a limited purpose tool, but they do have a purpose.
garfieldtech.com/blog/beyond-a

@groupnebula563@mastodon.social
2026-01-24 09:29:28

#hitcounter #webcounter #webdev #php
UPDATE: the

@michabbb@social.vivaldi.net
2026-02-25 11:59:00

no comment...
#php #devops #apache

@crell@phpc.social
2026-03-26 22:54:07

Gah! Fucking #PHP arrays...

@michabbb@social.vivaldi.net
2026-01-28 22:48:40

Don't trust #ai ?
Create yourself a "quality workflow" and let it run after every todo/fix/milestone.... It´s that simple, yes..... 😏
and in case of #php - phpstan rules help a lot:

@crell@phpc.social
2026-01-19 16:35:06

New Year, Same Job Search.
If you are looking for a Staff/Principal level #PHP developer, with a long history of helping both projects and teams update and modernize to become more robust and reliable, look no further because you've found him! I've worked on multiple major OSS projects, including PHP itself.
US-based, remote-only, plenty experience working for non-US companies as we…

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

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

@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-03-05 09:52:29

⚠️ Fake #Laravel packages on #Packagist deploy a cross-platform #RAT on Windows, macOS & Linux — researchers at Socket flagged 3 malicious

@crell@phpc.social
2026-01-20 21:00:02

Traits in #PHP are a limited purpose tool, but they do have a purpose.
garfieldtech.com/blog/beyond-a

@crell@phpc.social
2026-02-20 07:44:01

Running #Lando on GitHub Actions. #Laravel #PHP

@michabbb@social.vivaldi.net
2026-01-23 20:36:57

#PhpStorm 2025.3.2 is now available 👀
#php
youtrack.jetbrains.com/article

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

@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

@michabbb@social.vivaldi.net
2026-02-08 15:43:23

#PHPUnit Query Count Assertions for #Laravel #PHP #testing

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

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

@michabbb@social.vivaldi.net
2026-02-28 07:56:55

🚀 #PHP 150x faster – no rewrite needed! #FrankenPHP threads #Swow coroutines #PHP Generators

@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