Tootfinder

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

@crell@phpc.social
2025-11-12 23:33:02

Advanced PHPUnit Data Provider shenanigans. #PHP
Part 1: peakd.com/hive-168588/@crell/f
Part 2:

@wyri@toot-toot.wyrihaxim.us
2025-11-10 19:30:25

Just released v0.6.0-alpha.2 of bunny/bunny the #PHP #AMQP client powered by @…. One bugfix and two new features added in this second alpha namely, Configuration ob…

@crell@phpc.social
2025-10-10 00:55:01

Running #Lando on GitHub Actions. #Laravel #PHP

@lil5@social.linux.pizza
2025-11-10 17:51:16

I dare you to build a website with plain #php, json markdown and csv. No sql, no laravel, no twig

@crell@phpc.social
2025-09-03 03:44:02

Quick and easy #PHP code generation testing.
peakd.com/php/@crell/quick-and

@wyri@toot-toot.wyrihaxim.us
2025-11-09 23:30:19

Freshly built images, same issue. #PHP 8.4 image output should be the same as PHP 8.5 output:

@lil5@social.linux.pizza
2025-11-10 09:21:46

There's no such thing as $_PUT in #PHP . One must fake it
$_PUT = array();
parse_str(file_get_contents('php://input'), $_PUT);

@crell@phpc.social
2025-11-02 22:22:01

Let's be controversial: In modern #PHP, you should never type-hint an array.
peakd.com/php/@crell/php-never

@sean@scoat.es
2025-10-21 22:47:05

I've been dragging a `~/.ssh` directory around with me since at least 2008.
I can probably safely purge these, now, though—right? (-;
```
❯ cat ~/.ssh/known_hosts | grep php.net | awk {'print $1'}
y2.php.net,69.147.83.197
y1.php.net,69.147.83.196
```
#php

@michabbb@social.vivaldi.net
2025-10-05 08:08:05

🔄 Built-in retry mechanism to handle database deadlocks automatically with configurable attempts
🎛️ Multiple database connection support for complex multi-database applications
⚙️ Requires #PHP 8.1 or higher and #Laravel 10.x or higher for installation
🔌 Simple installation via

@crell@phpc.social
2025-09-08 16:55:01

I benchmarked #PHP's native serializer vs code export. You won't believe what I found!
peakd.com/hive-168588/@crell/b

@crell@phpc.social
2025-09-29 21:44:02

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
2025-09-04 01:41:35

#claudecode max subscription is so damn worth the money !!!!!
created 188 custom phpstan rules 😤
- step 1: run 10 agents in parallel to create them (opencode with grok-coder)
- step 2: verify with trigger files
- step 3: let claude/gemini/codex check everything
#php

@crell@phpc.social
2025-10-15 16:33:01

Quick and easy #PHP code generation testing.
peakd.com/php/@crell/quick-and

@crell@phpc.social
2025-10-04 19:22:02

When should you use #PHP Enums, and when shouldn't you?
peakd.com/hive-168588/@crell/o

@wyri@toot-toot.wyrihaxim.us
2025-08-30 20:39:41

#PHP 8.1 calls, it would like it's credits back 🤣 social.skrasek.us/@hunter/1151

@crell@phpc.social
2025-08-29 01:55:02

Running #Lando on GitHub Actions. #Laravel #PHP

@crell@phpc.social
2025-09-02 19:51:54

My daughter (1) decided to play with my #ElePHPants...
#php

A giant pile of PHP elephant plushies all over the floor.
@crell@phpc.social
2025-09-05 20:24:01

Today I would very much benefit from extension functions in #PHP...

@wyri@toot-toot.wyrihaxim.us
2025-08-28 08:13:11

Dammit #PHP: zend_mm_heap corrupted

@michabbb@social.vivaldi.net
2025-09-25 00:47:05

🚀 Advanced #Laravel Notifications: Building Robust Communication Systems for Modern Web Applications #PHP #WebDev #Backend

@michabbb@social.vivaldi.net
2025-09-22 20:10:37

⚡ Huge time saver for #PHP developers looking to streamline debugging sessions. No more getting stuck in third-party code - focus directly on the parts that matter for your application
🔧 Powerful feature demonstrated by Derick Rethans shows real-world workflow optimization. Perfect for complex debugging in large applications with extensive dependencies and framework code

@crell@phpc.social
2025-10-21 02:40:20

I just updated 8 libraries I maintain to run on PHP 8.5.
None of them required any changes for 8.5. One had two deprecation nitpicks left over from 8.4 that I'd not previously caught, trivially fixed.
It took me a little over an hour to do all 8, including some other maintenance at the same time.
PHP upgrades rock if your code is good. 🙂 :elephpant:
#PHP

@wyri@toot-toot.wyrihaxim.us
2025-10-01 13:37:04

New post on how to Unlock Composer Plugins by Self Hosting Renovate on GitHub Actions
blog.wyrihaximus.net/2025/10/u

@michabbb@social.vivaldi.net
2025-09-17 17:17:43

i love reading that, in exact that order 😀
#ai #php #coding

@crell@phpc.social
2025-10-29 09:33:01

Null is problematic, but why? Let's see why, and let that guide us to new alternatives. #PHP
peakd.com/hive-168588/@crell/m

@michabbb@social.vivaldi.net
2025-09-19 00:19:56

man, we are so lucky to have "--parallel" 😊
i always hated writing tests. i always see this as a terrible time-killer.
now: "hey, check the whole f*** code and find everything that has no test, write one. i'll come back later and dare you if there are not 100 more tests" 😂
#php #ai

@crell@phpc.social
2025-09-13 15:44:01

When should you use #PHP Enums, and when shouldn't you?
peakd.com/hive-168588/@crell/o

@crell@phpc.social
2025-10-25 07:33:01

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

@crell@phpc.social
2025-08-23 23:11:01

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

@crell@phpc.social
2025-10-25 23:02:19

At #longhornphp, @… is talking about the history of floss.
I didn't think I was at a dental conference, but here we are.
#php

@crell@phpc.social
2025-08-22 17:17:05

Dear god I hate stateful services. Please, people, stop writing stateful service objects. You're just making more work for everyone.
#PHP

@michabbb@social.vivaldi.net
2025-09-04 19:43:52

Give Your #AI more Guidance in Writing #PHP code
With 189 Custom #phpstan rules 🚀 🔥
As a #phpstorm

@michabbb@social.vivaldi.net
2025-10-05 08:08:04

📦 #Laravel Auto Transaction package eliminates manual database transaction management #PHP #database #opensource

@crell@phpc.social
2025-08-19 17:35:01

A survey of data modeling approaches.
#PHP #OOP

@michabbb@social.vivaldi.net
2025-08-23 17:54:41

✨ Say goodbye to messy Laravel configs – embrace type safety! ✨
🚀 #Laravel configs don’t have to be messy. Magic strings? Gone. Type safety? In.
🔑 With #PHP enums Laravel’s new #[Config] #[Singleton] attributes, you can map your config values straight into a clean, readonly class.