bumb api version and add basic readme to example

This commit is contained in:
Robin Appelman 2019-03-18 17:10:12 +01:00
commit 4d469a7e25
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# Example
## Usage
- build with `cargo +nightly build`
- run php with the module and call the defined method
```bash
php -d extension=target/debug/libhelloworld.so -r 'helloworld();'`
```