Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hosseinmirzapur/ipfs
- Owner: hosseinmirzapur
- License: mit
- Created: 2022-08-08T11:22:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:02:10.000Z (over 2 years ago)
- Last Synced: 2024-12-19T21:14:30.386Z (21 days ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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