- biscuit website for documentation and examples
- biscuit specification
- biscuit-rust for some more technical details.
cargo-php
- PHP with
php-dev
installed >= 8.1 - Rust >= 1.61
- CLang 5
cargo-php
have a builtin feature to generate stubs but it's not finalized and stable enough. We use for the moment https://github.com/ptondereau/php-extension-stub-generator to generate with this current usage:
$ cargo build
$ php \
-dextension=target/debug/libext_biscuit_php.so \
php-extension-stub-generator.phar dump-files ext-biscuit-php stubs
Licensed under Apache License, Version 2.0.