PHP Extensions installable via 🥧PIE
-
folk-project/ext-folk
Folk PHP application server extension — pre-built binaries with all plugins (http, jobs, grpc, metrics, process)
-
-
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.
-
-
PHP
grzegorzdrozd/ext-apa
AfterParseAction - automatically call PHP code when attributes are detected during class loading
-
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
-
PHP
iliaal/fast_uuid
Fast RFC 9562 UUID generation (v1/v2/v3/v4/v6/v7/v8 + nil/max) as a PHP C extension, with a ramsey/uuid-shaped object API and procedural fast-path functions.
-
C
iliaal/fastchart
Native C PHP extension for fast chart rendering: 26 chart families (line, bar, pie, scatter, bubble, stock with technical indicators, radar, polar, surface, contour, treemap, funnel, waterfall, heatmap, gauge, linear meter, gantt, box plot, area, bullet, pareto, calendar heatmap, sunburst, sankey, m
-
PHP
iliaal/fastjson
Fast JSON encode/decode/validate for PHP 8.1+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error reporting.
-
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.