PHPackages                             shevabam/jsonbin-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. shevabam/jsonbin-sdk-php

ActiveLibrary[API Development](/categories/api)

shevabam/jsonbin-sdk-php
========================

PHP SDK for JsonBin.io API

20PHP

Since Jan 10Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/shevabam/jsonbin-sdk-php)[ Packagist](https://packagist.org/packages/shevabam/jsonbin-sdk-php)[ RSS](/packages/shevabam-jsonbin-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

JsonBin.io PHP SDK
==================

[](#jsonbinio-php-sdk)

A modern PHP SDK for the [JsonBin.io](https://jsonbin.io) API. This SDK uses PHP 8.2+ and follows development best practices to provide you with a clean and fluent interface to the JsonBin.io API.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
    - [Initialization](#initialization)
    - [Working with Bins](#working-with-bins)
        - [Create a bin](#create-a-bin)
        - [Read a bin](#read-a-bin)
        - [Update a bin](#update-a-bin)
        - [Delete a bin](#delete-a-bin)
    - [Working with Collections](#working-with-collections)
        - [Create a collection](#create-a-collection)
        - [Read a collection](#read-a-collection)
        - [Update a collection](#update-a-collection)
        - [Delete a collection](#delete-a-collection)
        - [List bins in a collection](#list-bins-in-a-collection)
        - [List bins without collection (uncategorized)](#list-bins-without-collection-uncategorized)
        - [Add a bin to a collection](#add-a-bin-to-a-collection)
        - [Remove a bin from a collection](#remove-a-bin-from-a-collection)
    - [Working with Access Keys](#working-with-access-keys)
        - [Create an access key](#create-an-access-key)
        - [List access keys](#list-access-keys)
        - [Delete an access key](#delete-an-access-key)
    - [Working with Logs](#working-with-logs)
        - [List logs](#list-logs)
- [Error Handling](#error-handling)
- [Configuration Options](#configuration-options)

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Composer

Installation
------------

[](#installation)

```
composer require shevabam/jsonbin-sdk
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
