PHPackages                             jsonpad/jsonpad-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jsonpad/jsonpad-php

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

jsonpad/jsonpad-php
===================

jsonpad PHP library

1.0.0(11y ago)013MITPHPPHP &gt;=5.3.0

Since May 30Pushed 1y agoCompare

[ Source](https://github.com/basementuniverse/jsonpad-php)[ Packagist](https://packagist.org/packages/jsonpad/jsonpad-php)[ Docs](https://github.com/basementuniverse/jsonpad-php)[ RSS](/packages/jsonpad-jsonpad-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

jsonpad PHP library
===================

[](#jsonpad-php-library)

> DEPRECATED This was designed for the old (~2015) version of jsonpad, which has since been rebuilt from the ground-up. This repo no longer works.

This is a PHP library for connecting to your [jsonpad](https://jsonpad.io) account, it allows you to read/write lists and items without having to communicate directly with the REST API.

It supports the jsonpad API caching features, so you can load lists and items multiple times without worrying too much about hitting the rate limits.

See the [jsonpad API Documentation](https://jsonpad.io/docs-home) for more information on the jsonpad API.

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

[](#requirements)

PHP 5.3.3+

Install with Composer
---------------------

[](#install-with-composer)

You can install this library using [Composer](http://getcomposer.org/). Add the following requirement to `composer.json`:

```
{
	"require": {
		"jsonpad/jsonpad-php": "1.*"
	}
}

```

Then run:

```
composer install

```

In your PHP code, include the Composer autoloader:

```
require_once("vendor/autoload.php");

```

Manual Installation
-------------------

[](#manual-installation)

To install this library manually, just download the [latest release](https://github.com/basementuniverse/jsonpad-php/releases).

Then, include the `init.php` file in your PHP code:

```
require_once("jsonpad-php/init.php");

```

Documentation
-------------

[](#documentation)

Here's an example of how to get started:

```
$jsonpad = new \Jsonpad\Jsonpad("username", "apitoken");
$list = $jsonpad->fetchList("testlist");
$items = $list->fetchItems(1, 5);
if (count($items) > 0) {
	var_dump($items[0]->getData());
}

```

*Full documentation coming soon.*

Tests
-----

[](#tests)

[PHPUnit](http://packagist.org/packages/phpunit/phpunit) tests are provided in the `/tests/` folder.

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdd95fe64b6d1edb386b4197d31eeb8a7282f33f39722df6fe0bf4e94b5184e?d=identicon)[basementuniverse](/maintainers/basementuniverse)

---

Top Contributors

[![basementuniverse](https://avatars.githubusercontent.com/u/12180127?v=4)](https://github.com/basementuniverse "basementuniverse (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jsonpad-jsonpad-php/health.svg)

```
[![Health](https://phpackages.com/badges/jsonpad-jsonpad-php/health.svg)](https://phpackages.com/packages/jsonpad-jsonpad-php)
```

###  Alternatives

[mwgg/airports

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world

7683.4k](/packages/mwgg-airports)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9845.4k](/packages/sauladam-shipment-tracker)[glauberportella/cnab-layouts-parser

Parser de arquivos de configuração CNAB gerados no projeto https://github.com/glauberportella/cnab-layouts

2154.5k](/packages/glauberportella-cnab-layouts-parser)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.4k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
