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(10y 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 1mo 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

28

—

LowBetter than 54% of packages

Maintenance32

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

4006d 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

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

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