lcmialichi/php-cuda-ext
Direct NVIDIA CUDA access for PHP. GPU-accelerated tensors, JIT-compiled kernels, and async execution—no Python required
This project allows PHP developers to perform high-speed numerical calculations, machine learning tasks, and data processing directly within their PHP applications. It takes numerical data (like large arrays or tensors) and processes them using the powerful NVIDIA GPU, outputting the computed results, which can be further used in PHP. This is designed for PHP developers working on computationally intensive projects who need to leverage GPU power.
Use this if you are a PHP developer building applications that require significant number crunching, like scientific simulations or machine learning, and want to utilize NVIDIA GPUs without external languages like Python.
Not ideal if you are a beginner developer or are working on a production system where API stability and long-term support are critical, as this project is still under active development.
Stars
9
Forks
—
Language
C
License
MIT
Category
Last pushed
Feb 23, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lcmialichi/php-cuda-ext"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
iree-org/iree
A retargetable MLIR-based machine learning compiler and runtime toolkit.
brucefan1983/GPUMD
Graphics Processing Units Molecular Dynamics
uxlfoundation/oneDAL
oneAPI Data Analytics Library (oneDAL)
rapidsai/cuml
cuML - RAPIDS Machine Learning Library
NVIDIA/cutlass
CUDA Templates and Python DSLs for High-Performance Linear Algebra