nebulaprotocol/pinata-php

Pinata.cloud library in PHP

Installs: 1 613

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 4

pkg:composer/nebulaprotocol/pinata-php

1.0.0 2019-03-10 18:00 UTC

This package is not auto-updated.

Last update: 2025-10-01 09:52:43 UTC


README

Install:

 composer require nebulaprotocol/pinata-php

Examples:

use Pinata\Pinata;

include 'vendor/autoload.php';

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