PHPackages                             ipub/json-api-client - 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. [Framework](/categories/framework)
4. /
5. ipub/json-api-client

ActiveLibrary[Framework](/categories/framework)

ipub/json-api-client
====================

JSON:API client for connecting to apis

v0.1.2(7y ago)1182GPL-2.0PHPPHP &gt;=7.1.0

Since May 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ipublikuj/json-api-client)[ Packagist](https://packagist.org/packages/ipub/json-api-client)[ Docs](https://github.com/iPublikuj/json-api-client)[ RSS](/packages/ipub-json-api-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (12)Versions (4)Used By (0)

JSON:API client
===============

[](#jsonapi-client)

[![Build Status](https://camo.githubusercontent.com/5391a0b65688c6e53b86277321b0f40b2b8a206a3829739464dedd400983b88b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f695075626c696b756a2f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/iPublikuj/json-api-client)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/96e0190f930e86ffe94ab8d1d2a7e44f4e86dc8eb902c5a6b9f25e13c73714f6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f695075626c696b756a2f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8c9b2687f2554bd1a1ce9e94d19818a2f989d7a5d32794378eadba00ca5a2408/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f695075626c696b756a2f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/f3bfe16c06f1ffc07762ec7dbf36b5fd2b1d16cb1c37e0a766ecee8ce01e74e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697075622f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ipub/json-api-client)[![Composer Downloads](https://camo.githubusercontent.com/2461feb7fd0a9066ebcd019527279ed478b52aed44678b76685c0b3a66910792/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697075622f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ipub/json-api-client)[![License](https://camo.githubusercontent.com/06b9ca46078f7994b2371258f90710ed51b1553c3c5b44696ab0c4a677bab559/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697075622f6a736f6e2d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ipub/json-api-client)

Extension for creating [json:api](http://jsonapi.org) client for [Nette Framework](http://nette.org/)

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

[](#installation)

The best way to install ipub/json-api-client is using [Composer](http://getcomposer.org/):

```
$ composer require ipub/json-api-client
```

After that you have to register extension in config.neon.

```
extensions:
	jsonApiClient: IPub\JsonAPIClient\DI\JsonAPIClientExtension
```

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

[](#documentation)

Learn how to use smart confirmation dialogs in [documentation](https://github.com/iPublikuj/json-api-client/blob/master/docs/en/index.md).

---

Homepage  and repository .

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~63 days

Total

3

Last Release

2798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2c952d3ec44db15105f8c8d4ccdb6cd0fe1a17445a5aa36470a044b1c17d2f2?d=identicon)[akadlec](/maintainers/akadlec)

---

Top Contributors

[![akadlec](https://avatars.githubusercontent.com/u/1866672?v=4)](https://github.com/akadlec "akadlec (7 commits)")

---

Tags

ipubipublikujjson-apijson-api-clientjsonapijsonapiclientnettenette-frameworkphpphp7php71php72jsonapiclientframeworkjsonapitoolsipubipublikujfastybird

### Embed Badge

![Health badge](/badges/ipub-json-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/ipub-json-api-client/health.svg)](https://phpackages.com/packages/ipub-json-api-client)
```

###  Alternatives

[php-curl-class/php-curl-class

PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.

3.3k9.5M353](/packages/php-curl-class-php-curl-class)

PHPackages © 2026

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