An open API service indexing awesome lists of open source software.

https://github.com/defro/pinata-php


https://github.com/defro/pinata-php

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pinata Client in PHP

### Install:
```bash
composer require nebulaprotocol/pinata-php
```

### Examples:

```php

use Pinata\Pinata;

include 'vendor/autoload.php';

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

```