php 的熔断器绑定
我正在编写一个应用程序,到目前为止,从界面到守护进程都是用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我为 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
看看那些其他绑定,然后编写一个 PHP 扩展! :-)
Have a look at those other bindings, and write a PHP extension! :-)
还有另一个可用的绑定: 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