Filter
Exclude
Time range
-
Near
First release in over 4 years! New v2.7.0 of clue/reactphp-stdio now available! 🚀 Async, event-driven and UTF-8 aware console input & output for @ReactPHP, now with PHP 8.5 support, finally! github.com/clue/reactphp-std… Enjoy! #async #php 🎉
1
Replying to @kashifwahaj
ReactPHP exists from 2012
152
Replying to @joeyboli @NMoses_
Node.js isn’t a language. PHP has similar options in its ecosystem: Swoole, Amp, ReactPHP, RoadRunner, but unlike Node.js, they’re not the default runtime/environment. Hopefully, PHP TrueAsync will become part of the language and async will become native.
2
1
49
31 years ago today, PHP was released. From PHP/FI in 1995 to modern PHP with Enums, Attributes, Fibers, Readonly Classes, Property Hooks, Composer, Laravel, Symfony, WordPress, Pest, Rector, PHPStan, ReactPHP, and FrankenPHP. Few technologies stay relevant for three decades. PHP did. Happy Birthday, PHP. 8 June 1995 💜
5
29
143
4,168
Replying to @kostyandrii
ReactPHP (already mentioned in tweet) Laravel Reverb also there other options too
38
Laravel is there from 2011 Livewire is there from 2020 Filament is there from ~2021 FrankenPHP is there from 2023 (we have swoole before that) NativePHP is there form 2023-24 ReactPHP is there from 2011-12
1
1
7
876
PHP in 2026: - Property Hooks - Attributes - Enums - Readonly Classes - Match expression - Fibers - Named Arguments - Constructor Promotion - Union & Intersection Types PHP Ecosystem: - Laravel - Livewire - Filament - FrankenPHP - NativePHP - ReactPHP Meanwhile people are still arguing about PHP using screenshots from 2014.
11
27
190
8,787
Tamago アプリのカタログ@Atombase retweeted
LiteStrip をリリースしました — PHP (ReactPHP) 製の軽量 AI 最適化 HTML 変換ツールです。 URL を渡すだけで、class/id/style を剥がしたクリーンな構造 HTML を返します。JavaScript 内の fetch() API も自動検出して追従します。 Node.js 不要。PHP だけで動きます。(オプションで headless Chromium による SPA 対応も可) 公開インスタンス: lite-strip.nx-space.com/ GitHub: github.com/space-musicacct/l… #LiteStrip #PHP #ReactPHP #OSS #AI #LLM #個人開発

4
4
9
363
Introducing LiteStrip — a lightweight, AI-optimized HTML extraction tool built with PHP ReactPHP. Give it a URL, get clean structured HTML with styling attributes stripped. It also auto-detects fetch() API endpoints in JavaScript and follows them. No Node.js required. Just PHP. (Optional headless Chromium for SPA support) Try it now: lite-strip.nx-space.com/ GitHub: github.com/space-musicacct/l… #LiteStrip #PHP #ReactPHP #OpenSource #AI #LLM #MIT

44
Jun 7
Replying to @debojyoti_0_o
it sits on the official nightwatch package, buffers via reactphp sqlite WAL, then bulk-loads to your own postgres over the COPY protocol. ~13.4k payloads/sec so the cache-miss firehose doesn't back up
1
1
15
Weekend release! New v0.4.1 of ratchetphp/rfc6455 now available! 🚀 The WebSocket protocol library behind Ratchet and Laravel Reverb, both built on @ReactPHP, now with full support for PHP 8.5 and more fixes. github.com/ratchetphp/RFC645… More soon, enjoy! #async #php 🎉
3
11
524
ReactPHPで動いているのかー #LaravelLiveJP
1
1
9
736
Has there been a blog post or tech talk about the Nightwatch agent code @timacdonald87? I think a lot of us would love to see a guided tour of how it works, especially with regards to ReactPHP and keeping the memory footprint tiny.
2
7
717
Welcome to Artisan Weekly Edition 83! It's a bit late today I have just got back from Norfolk. The signal was terrible but at least there was WiFi! It did feel nice to be touching grass and just unwinding. While I was s, the Laravel community kept busy with some fantastic content. Here's what caught my attention: 🥇Understanding PHP Method Calls Ever wondered what actually happens when you call an object's method in PHP? @alexdaubois takes us through what happens under the hood in this fascinating deep dive. Alexandre has been sharing some brilliant technical insights on X lately, so definitely worth following for more gems like this. x.com/alexdaubois/status/205… 🥈Visualizing Laravel Applications Have you ever wanted to visually see what your application does throughout its request lifecycle? The Laravel Brain package makes this possible with interactive graphs showing each route and what happens during execution. @mrmarchone walks us through how this impressive tool works in this detailed video demonstration. youtu.be/e4Fp-Mp4T9g 🥉The Case of the Mysterious ULID @aaronsaray shares a brilliant debugging story about ULID collisions that weren't actually collisions at all. Turns out Laravel's replicate() method was copying the public_id field, causing duplicate identifiers. He shows exactly how to fix this using replicating hooks to ensure fresh ULIDs for duplicated models. masteringlaravel.io/daily/20… 4⃣High-Performance Nightwatch Interception Leonce Medewanou built something impressive - a way to intercept Laravel Nightwatch's observability data and redirect it to your own Postgres database instead of the hosted platform. Using ReactPHP and SQLite WAL buffering, they achieved 13,400 payloads per second on a single instance. Perfect for teams wanting to keep telemetry data in-house. dev.to/leonce_medewanou_0775… 5⃣Multi-Tenancy with Filament v5 @hafizzeeshan619 delivers a comprehensive guide to implementing multi-tenancy in Filament v5. This covers everything from tenant models and user relationships to automatic resource scoping and security considerations. Essential reading for Laravel developers building SaaS applications that need to support multiple teams or organisations. hafiz.dev/blog/filament-v5-m… 6⃣Organising Laravel Boost Guidelines For package maintainers working with Laravel Boost, @Sairahcaz2k shows how to properly organise AI guidelines across multiple files. This technical guide covers file structure and Blade templating techniques to keep your package guidelines maintainable and properly formatted. laracraft.tech/blog/splittin… 7⃣10 Laravel Deployment Tools Built your Laravel app and wondering how to deploy it? @PovilasKorop has compiled a comprehensive list of 10 tools you can use to get your project onto a server. From simple solutions to enterprise-grade deployment pipelines, this guide has options for every scenario. laraveldaily.com/post/7-tool… 8⃣Event-Driven Architecture Done Right Sadique Ali provides an excellent guide to building decoupled Laravel applications using events and listeners. Learn how to dispatch events, handle listeners, queue heavy work, and broadcast real-time updates while keeping your codebase clean and maintainable as it grows. apnahive.com/laravel-events-… 9⃣Queue Inspection in Laravel 13.8.0 The Laravel News team breaks down the latest framework release with some really nice new queue improvements. @ericlbarnes highlights the new methods that make queues easier to work with, plus worker pausing and resuming events that give you better insight into what's happening in your applications. laravel-news.com/laravel-13-… 🔟Scaling Laravel Like the Giants Want to scale your Laravel app to handle traffic like Facebook or Twitter? @AbdulsalamTech covers advanced techniques including horizontal scaling with load balancers, database read/write splitting, Redis caching, queue management, and Laravel Octane. A comprehensive guide for architecting high-traffic applications. dev.to/abdulsalamamtech/how-… That's a wrap on another week of incredible Laravel community content! The breadth of knowledge and willingness to share continues to amaze me. From low-level PHP internals to high-scale architecture patterns, our community covers it all. One last thing don't forget it's @laravellondon on May the 13th if you haven't got a ticket yet and you can make it grab a ticket now -> luma.com/dvsvh9uj. @LaravelLiveUK will be here before you know it so if you want to watch 2 full days of great talks and catch up with a bunch of great @Laravel devs then grab an early bird ticket while you can -> tickettailor.com/events/lara… Now if you'll excuse me, I need to get back to touching some more grass...
When you call $obj->method() in #PHP, here's what the engine does: 1. Read $obj's class entry (zend_class_entry*) 2. Look up "method" in the class's function_table 3. If not found, check parent classes walking the inheritance chain 4. If still not found, check for __call() 5. Found? Set up a call frame, jump to the method's opcodes! Method resolution is a hash lookup, O(1) for direct calls. The inheritance chain is only walked on miss.
2
6
17
2,122
NightOwl Agent: self-hosted, ReactPHP-based, telemetry agent built on Nightwatch laravel-news.com/link/17713

3
255
For the past months, I've been building "Hibla" (Tagalog for Fiber) it is a new PHP async ecosystem for PHP 8.4 from scratch. I'm in the final senior year of my studies in the Philippines and I’m excited to open the Public Beta today! 🇵🇭 It features a custom Event Loop, MySQL binary driver, and supervised worker pools. I owe an immense debt to @reactphp for the knowledge of how asynchrony works, and I'm incredibly thankful to @amphp for their work bringing Fibers to the language. I’ve put everything into the READMEs for now and would love your feedback! Honest note: I don't have a docs site yet, so I’ve put everything into the READMEs. I’m ready for your technical feedback to help me improve! Check out the main repository here below: github.com/hiblaphp/hibla
1
1
182
First release in almost 4 years! New v1.5.0 of clue/reactphp-socks now available! 🚀 Async SOCKS proxy client and server for @ReactPHP, now with PHP 8.5 support, improved close handler, and more. github.com/clue/reactphp-soc… Enjoy! #async #php 🎉
1
5
17
2,339