SuperNative is coming to @NativePHP very soon instead of WebView!
And you can try it yourself, right now.
Here's the video how to do it - by @shrutibalasa
How to try SuperNative (beta) from NativePHP
https://t.co/KwrISrVJpX
A new RFC for #asynchronous#PHP is coming soon!
Unlike the original TrueAsync RFC, the new document is about ten times smaller.
Its title is "Scheduler Hooks API".
The main idea is not to define a #coroutine API, but instead to integrate extension points into the PHP core.
How does this #RFC affect the ecosystem?
1. It will not only allow the TrueAsync project to be separated from the PHP core as an independent extension,
2. but also improve integration with and support for Revolt.
The draft document here:
https://t.co/kloJN1XcFA
#php#runtime#compiler
I'm starting a new long-term and ambitious project to build a reusable runtime for business-oriented programming languages, with a primary focus on PHP and its future evolution.
The future belongs to code generation. But building a compiler is only about 20% of the work. A practical language also needs efficient abstraction modeling, garbage collection, and a compatible ecosystem of libraries.
I'd be happy to collaborate!
https://t.co/snNNb8VBkH
elephc 0.26.0 is out 🐘
https://t.co/0wyrqyKckY
The PHP-to-native compiler written in Rust. Compile PHP, ship a standalone binary - no interpreter, no VM, no runtime dependencies.
What's new 👇
#php#native#async
The TrueAsync project now officially supports Android builds.
Since TrueAsync is already based on a modified PHP core, only a few adaptations were needed to support Android's multithreaded execution model.
A long-standing issue with calling the JVM from within a Fiber/coroutine has been resolved. This does not work in standard PHP, which means libraries such as AMPHP and ReactPHP cannot provide this functionality on unmodified PHP.
A dedicated Docker image is now available with PHP precompiled as a static library. Special thanks to the static-php project for making this possible.
@ShaneDRosenthal, @simonhamp
I think this will be interesting.
https://t.co/sn9ax3YKMG
i was not ready for this
TrueAsync by @Edmondif143061 is dropping as RFC in november 2026, and it might be the best async/await implementation i've ever seen in php
crazy part: it just works in your regular laravel, symfony, whatever
FULL VIDEO: https://t.co/5ZzMzND0NC
🐘⚡ elephc 0.25 - PHP, compiled to native binaries, now with a real optimizer.
New IR-level passes on the EIR backend: identity folding, peephole rewrites, and dead-code elimination over the CFG. Faster binaries, zero runtime deps.
Star it!
https://t.co/0wyrqyKckY