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