PHPackages                             attus/jsonapi - 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. attus/jsonapi

AbandonedLibrary[API Development](/categories/api)

attus/jsonapi
=============

JSON:API Formatter and Response

1.1(4y ago)011GPL-3.0-or-laterPHPPHP ^7.1

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/attus74/jsonapi)[ Packagist](https://packagist.org/packages/attus/jsonapi)[ Docs](https://github.com/attus74/jsonapi)[ RSS](/packages/attus-jsonapi/feed)WikiDiscussions master Synced 6d ago

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

JSON:API
========

[](#jsonapi)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Simple JSON:API Serialization package

```
use Attus\JsonApi\Entity;
use Attus\JsonApi\Response;

$entity = new Entity();
$entity->setId($myId);
$entity->setType($myType);
$entity->setLink(['self', 'href'], $myLink);

$entity->setAttribute($name, $value);
$entity->setRelationship($name, $myRelationship);

$data = $entity->getData();

return new Response($data);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~277 days

Total

3

Last Release

1538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/963df7e1e6fed4dc987c99562b477720bb634c7ce47d0528ccf6e94e9cfea9f8?d=identicon)[attus74](/maintainers/attus74)

---

Top Contributors

[![attus74](https://avatars.githubusercontent.com/u/33147484?v=4)](https://github.com/attus74 "attus74 (6 commits)")

---

Tags

jsonapi

### Embed Badge

![Health badge](/badges/attus-jsonapi/health.svg)

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

###  Alternatives

[neomerx/json-api

Framework agnostic JSON API (jsonapi.org) implementation

7373.6M27](/packages/neomerx-json-api)[cloudcreativity/laravel-json-api

JSON API (jsonapi.org) support for Laravel applications.

7881.1M5](/packages/cloudcreativity-laravel-json-api)[laravel-json-api/laravel

JSON:API for Laravel applications.

6371.4M15](/packages/laravel-json-api-laravel)[timacdonald/json-api

A Lightweight JSON:API Resource for Laravel

639892.5k2](/packages/timacdonald-json-api)[friendsofcake/crud-json-api

Listener for building CakePHP Crud APIs following the JSON API specification.

58445.4k3](/packages/friendsofcake-crud-json-api)[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)

PHPackages © 2026

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