librclone: add PHP bindings and test program

This commit is contained in:
Jordi Gonzalez Muñoz
2022-07-20 17:20:12 +01:00
committed by GitHub
parent 9b76434ad5
commit f1166757ba
3 changed files with 116 additions and 0 deletions
+8
View File
@@ -217,6 +217,14 @@ This needs expanding and submitting to pypi...
Rust bindings are available in the `librclone` crate: https://crates.io/crates/librclone
## PHP
The `php` subdirectory contains how to use the C library librclone in php through foreign
function interface (FFI).
Useful docs:
- [PHP / FFI](https://www.php.net/manual/en/book.ffi.php)
## TODO
- Async jobs must currently be cancelled manually at the moment - RcloneFinalize doesn't do it.