defro/pinata-php

Pinata.cloud library in PHP

Maintainers

Details

github.com/defro/pinata-php

Source

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

pkg:composer/defro/pinata-php

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

This package is auto-updated.

Last update: 2025-09-08 16:50:19 UTC


README

Install:

 composer require nebulaprotocol/pinata-php

Examples:

use Pinata\Pinata;

include 'vendor/autoload.php';

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