Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hosseinmirzapur/ipfs

This PHP package can be added to any PHP project and act as file storage without usage of any centralized database.
https://github.com/hosseinmirzapur/ipfs

Last synced: 19 days ago
JSON representation

This PHP package can be added to any PHP project and act as file storage without usage of any centralized database.

Awesome Lists containing this project

README

        

## About IPFS package

> **Note:** This repository contains the core code of the hossein/ipfs package code.

Main Classes


StoreFileToIpfs

(methods: store, getCid)

RetrieveFileFromIpfs

(methods: getStoreData)

Methods Parameters:



1. store:


Accepts a file as input and returns a CID


2. getStoreData:


Receives a CID and returns the file content