https://github.com/defro/pinata-php
https://github.com/defro/pinata-php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defro/pinata-php
- Owner: defro
- Fork: true (kesar/pinata-php)
- Created: 2022-09-13T00:18:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T10:55:49.000Z (over 3 years ago)
- Last Synced: 2024-04-15T04:56:52.454Z (about 2 years ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```