diff --git a/README.md b/README.md index 7eee30d..8309e22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,18 @@ 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 `ext-php-rs` is already taken. +## Features + +This is not a set feature list, but these are the features on my roadmap. Create an issue if there's something you'd like to see! + +- [x] Module definitions +- [x] Function implementation +- [x] Class implementation + - [x] Class methods + - [ ] Class properties + - [x] Class constants +- [ ] Module constants +- [x] Calling PHP functions ## Requirements