nebulaprotocol/pinata-php

Pinata.cloud library in PHP

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/NebulaProtocol/pinata-php

Issues

pkg:composer/nebulaprotocol/pinata-php

Transparency log

Statistics

Installs: 1 646

Dependents: 0

Suggesters: 0

Stars: 3

1.0.0 2019-03-10 18:00 UTC

This package is not auto-updated.

Last update: 2026-06-24 13:49:30 UTC


README

Install:

 composer require nebulaprotocol/pinata-php

Examples:

use Pinata\Pinata;

include 'vendor/autoload.php';

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