High-performance Linear Algebra & NLP extension for PHP (Zephir + OpenBLAS) #2478
rernesto
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
coral-media/php-ext
I’ve been working on a production-grade PHP extension that brings core scientific-computing primitives into PHP, implemented in Zephir with C/OpenBLAS backends.
The intent is straightforward:
make PHP viable for numeric, ML, and IR workloads without leaving the PHP runtime.
Features
The extension is fully usable as-is, but it may also be useful as a reference for advanced Zephir patterns (optimizers, ABI design, OpenBLAS integration).
🔗 Repository: https://github.com/coral-media/php-ext
Feedback, design discussion, and contributions are welcome.
All reactions