php-ipfs-api:ipfs的php客户端库

时间:2021-02-02 19:38:07
【文件属性】:
文件名称:php-ipfs-api:ipfs的php客户端库
文件大小:73KB
文件格式:ZIP
更新时间:2021-02-02 19:38:07
php ipfs ipfs-daemon IPFSPHP 用于IPFSPHP适配器 不知道什么是ipfs? 文件系统的未来:)阅读了解更多信息! 安装 与往常一样,使用作曲家! $ composer require ipfs/php-client 选择HTTP适配器 如果您打算使用ipfs-daemon的REST接口,则应该选择一个http实现。 我们使用进行抽象。 请参阅以获取可用实现的列表! 如果只想与本地ipfs守护程序对话,则应使用IPFS\\Drivers\\Cli适配器。 注解 当我们使用Annotations时,您应该注册AnnotationLoader $ loader = require __DIR__. '/../vendor/autoload.php' ; use Doctrine \ Common \ Annotations \ AnnotationRegistry ; AnnotationRegistry :: registerLoader ( array ( $ loader , "loadClass" )); 车手 我们附带了用于与守护程序通信的不同适配器。 命令行界面 如果您正在使用$PATH变量中没
【文件预览】:
php-ipfs-api-master
----composer.json(2KB)
----.travis.yml(1KB)
----box.json(614B)
----bin()
--------php-ipfs(453B)
--------rebuild(149B)
----phpspec.yml.coverage(344B)
----composer.lock(90KB)
----_config.yml(27B)
----tests()
--------spec()
----.php_cs(1KB)
----LICENSE(1KB)
----src()
--------Driver()
--------Container()
--------Command()
--------Annotation()
--------Api()
--------Console()
--------Client.php(638B)
--------Utils()
----phpspec.yml.dist(132B)
----.gitignore(92B)
----README.md(10KB)

网友评论