defro/pinata-php

Pinata.cloud library in PHP

dev-master 2022-09-15 07:50 UTC

This package is auto-updated.

Last update: 2024-11-08 15:00:27 UTC


README

Install:

 composer require nebulaprotocol/pinata-php

Examples:

use Pinata\Pinata;

include 'vendor/autoload.php';

$pinata = new Pinata('apikey', 'secretkey');