Ext-Turbovec is a PHP 8.3+ extension for in-process vector indexing and approximate nearest-neighbor search using quantized indexes. It implements Google Research's TurboQuant algorithm, offering 2–4 bit compression with SIMD search kernels that outperform FAISS on most configurations, enabling vector search within PHP workers without external databases or data leaving the machine.