Bindings for the Zend API to build PHP extensions natively in Rust. Inspired by [killertux/solder](https://github.com/killertux/solder) and its predecessors.
Very much a work-in-progress. The library will likely have to change name before being published on `crates.io`, as `php-rs` is already taken.
## Usage
See the [example project](example/skel). There is inline documentation. Starting by creating a C extension is a good start as well.
Contributions are very much welcome. I am a novice Rust developer and any suggestions are wanted and welcome. Feel free to file issues and PRs through Github.