| Example | Description |
|---|---|
| skeleton | Minimal starter: hello, greet, Counter class |
| my_php_extension | Full-featured extension: functions, classes, methods |
| pjs | Embed QuickJS in PHP to run JavaScript |
Each example has its own build.zig with a test step:
cd examples/<name>
zig build testPHP include path defaults to
/usr/include/php. Override with-Dphp-include-dir=<path>.