php-ipfs-api
php-ipfs-api copied to clipboard
A client library for the IPFS API in PHP
Hello how can push image ? is it support?
> This is a notice I'm filling in repo of every HTTP Client I can find. > **Feel free to close it if this project already works fine with go-ipfs...
The version of this library that is available from composer is broken (missing a \r\n between data and the separator). The version in github does work. Could probably do with...
01:56:19.471 ERROR commands/h: err: multipart: NextPart: EOF handler.go:285
Hiya :) In the IPFS org we’ve [created a new group](https://github.com/ipfs/community/issues/352#issuecomment-440380041) for maintainers of client libraries. This will make it easier for us to loop you into issues that may...
Hi! We are considering renaming the IPFS Client libraries, please read more at https://github.com/ipfs/ipfs/issues/374 and comment if you are onboard.
but in Windows, it can
Added a check if ipfs returns "invalid ipfs ref path" and return that instead of getting an "invalid index CummulativeSize"
+ Use filepath references instead of content when adding files. + Added error handling. + Use new curl_file_create method for file uploading (Requires PHP>=5.5) These are breaking changes.
Hello, is it possible to add directory recursively using add() method? Thanks