php 的熔断器绑定

发布于 2024-07-07 08:49:04 字数 256 浏览 10 评论 0原文

我正在编写一个应用程序,到目前为止,从界面到守护进程都是用 PHP 编写的。 我需要使用 fuse 并且想继续使用 PHP 只是为了保持一致性。 但是,似乎没有 PHP 的绑定。 Python、Java 等都有绑定,我可以用这些语言进行编码,我只是不想在这个项目中添加额外的依赖项。 我在谷歌代码上看到了一个项目,但没有完成。 有谁知道这些有写过吗?

I am writing an application that thus far has been written in PHP, from the interface to the daemons. I have a need to use fuse and would like to continue to use PHP just for consistency. However, there doesn't seem to be bindings for PHP. Python, Java etc have bindings, and I can code in those languages I just dont want the additional dependencies in this project. I have seen a project on google code, but nothing complete. Anyone know if these have been written?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

浊酒尽余欢 2024-07-14 08:49:04

我为 PHP 编写了一个扩展,提供与 libfuse 的绑定。 我已阅读支持工作,但尚未完全完成写入支持。 最终我会完成它,但如果你想使用它,我很乐意提供补丁。

http://pecl.php.net/fuse

I wrote an extension for PHP that provides bindings to libfuse. I have read support working, but haven't quite finished write support. Eventually I'll finish it, but if you'd like to futz with it, I'd be happy to take patches.

http://pecl.php.net/fuse

我的影子我的梦 2024-07-14 08:49:04

看看那些其他绑定,然后编写一个 PHP 扩展! :-)

Have a look at those other bindings, and write a PHP extension! :-)

爱本泡沫多脆弱 2024-07-14 08:49:04

还有另一个可用的绑定: https://github.com/fujimoto/php-fuse

此博客帖子解释了如何安装它:http://blog.728.lu/?p=5

There is another binding available: https://github.com/fujimoto/php-fuse

This blog post explains how to install it: http://blog.728.lu/?p=5

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文