PHPackages                             ecourty/ipfs-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ecourty/ipfs-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ecourty/ipfs-php
================

A lightweight IPFS interaction library for PHP

1.4.0(1y ago)6757MITPHPPHP &gt;= 8.3CI passing

Since Mar 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/EdouardCourty/ipfs-php)[ Packagist](https://packagist.org/packages/ecourty/ipfs-php)[ RSS](/packages/ecourty-ipfs-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (10)Used By (0)

IPFS-PHP
========

[](#ipfs-php)

[![PHP CI](https://github.com/EdouardCourty/ipfs-php/actions/workflows/php_ci.yml/badge.svg)](https://github.com/EdouardCourty/ipfs-php/actions/workflows/php_ci.yml)

IPFS-PHP provides a simple way to interact with an IPFS Node using PHP.
The changelog for this project can be found [here](./CHANGELOG.md).

Installation
------------

[](#installation)

```
composer require ecourty/ipfs-php
```

Usage
-----

[](#usage)

The following example shows how to add a file to IPFS and retrieve its content later.

```
