PHP Extensions installable via 🥧PIE
-
-
-
girgias/csv
A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.
-
Rust
goldziher/html-to-markdown
Modern PHP API for the html_to_markdown native extension powered by the Rust html-to-markdown engine.
-
C
hmennen90/php-metal-gpu
PHP extension for Apple Metal GPU API — compute shaders, render pipelines, ray tracing, mesh shaders
-
C
hmennen90/php-steamworks
PHP extension providing access to the Valve Steamworks SDK via a flat C API
-
C
hmennen90/php-vulkan
PHP Vulkan API bindings for 2D/3D graphics and GPU compute — built for PHPolygon engine
-
-
html_inspector/html_inspector
Fast HTML parser and resolver for Internationalized Resource Identifiers (IRI)
-
PHP
igbinary/igbinary
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
-
C
iliaal/lchash
Linear-probing hash table extension for PHP. Wraps glibc hsearch_r where available, falls back to a small in-tree implementation everywhere else.
-
C
iliaal/mdparser
Native C CommonMark + GitHub Flavored Markdown parser for PHP. 100% spec compliance, 15-30x faster than pure-PHP parsers, zero runtime dependencies.
-
C
iliaal/php_clickhouse
Native PHP extension for ClickHouse using the official ClickHouse/clickhouse-cpp client. Connects over the native TCP protocol with LZ4 / ZSTD compression and optional TLS.
-
-
C
iliaal/statgrab
PHP extension wrapping libstatgrab, the cross-platform system-statistics library. CPU, memory, disk I/O, filesystems, network interfaces, processes, users.