dansup/php-ipfs
Composer 安装命令:
composer require dansup/php-ipfs
包简介
A PHP wrapper for the IPFS API server
README 文档
README
A PHP wrapper library for the IPFS API server.
Installation
composer require dansup/php-ipfs
Usage
A limited number of methods are supported at the moment, I hope to add them all eventually.
<?php use Dansup\IPFS\ServerFactory as IPFS; $ipfs = IPFS::driver('api')->size('QmeM5KhtRMpgp9JbF2FhJ7qA4yDZKDExGmwgYw9sMdELJE'); echo json_encode($ipfs);
Testing
Tests coming soon!
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email danielsupernault@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-01