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

ActiveLibrary[API Development](/categories/api)

prophets/drupal-jsonapi
=======================

ORM for consuming Drupal with the JSON API module.

1.0.15(8y ago)11.1k1MITPHPPHP ~7.0

Since Jun 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Prophets/drupal-jsonapi)[ Packagist](https://packagist.org/packages/prophets/drupal-jsonapi)[ Docs](https://github.com/Prophets/DrupalJsonApi)[ RSS](/packages/prophets-drupal-jsonapi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (19)Used By (0)

DrupalJsonApi
=============

[](#drupaljsonapi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6f4c2cf2b213b5d754ebdc24a27138e8a07fb495e9bbe8c9d3bdfa508e279933/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f70686574732f44727570616c4a736f6e4170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/prophets/DrupalJsonApi)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/619fa0a8a7c6f411758cffd446a774abdef98450a4458240b5208e8ddf8988de/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70726f70686574732f44727570616c4a736f6e4170692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/prophets/DrupalJsonApi)[![Coverage Status](https://camo.githubusercontent.com/42a622571b36615218b5a9b4f1090086aabab99a950e4ea5005081daf42950c2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f70726f70686574732f44727570616c4a736f6e4170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/prophets/DrupalJsonApi/code-structure)[![Quality Score](https://camo.githubusercontent.com/064dbf58d887b6bf2093cc06f588a821f81a3d46a6b83b37e71245f0c6fab2cb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f70726f70686574732f44727570616c4a736f6e4170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/prophets/DrupalJsonApi)[![Total Downloads](https://camo.githubusercontent.com/2b87b42db4db53a0d6744a14613a69541201e1397ec7bb4d2fdf0f674f98afa2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f70686574732f44727570616c4a736f6e4170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/prophets/DrupalJsonApi)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require prophets/DrupalJsonApi
```

Usage
-----

[](#usage)

```
$skeleton = new Prophets\DrupalJsonApi();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Stijn Huyberechts](https://github.com/huyby)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~18 days

Total

16

Last Release

3061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05d0f5fbaf498bd4f12f35bb4b4895742a0ea4c3d7ba6e78672c1078b4e5aa85?d=identicon)[huyby](/maintainers/huyby)

---

Top Contributors

[![huyby](https://avatars.githubusercontent.com/u/382155?v=4)](https://github.com/huyby "huyby (42 commits)")

---

Tags

laravelJSON-APIProphetsDrupalJsonApi

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[laravel-json-api/eloquent

Serialize Eloquent models as JSON:API resources.

121.4M4](/packages/laravel-json-api-eloquent)[laravel-json-api/core

Contracts and support classes for Laravel JSON:API packages.

101.5M8](/packages/laravel-json-api-core)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.1k3](/packages/dystcz-lunar-api)[open-southeners/laravel-apiable

Integrate JSON:API resources on your Laravel API project.

132.0k](/packages/open-southeners-laravel-apiable)

PHPackages © 2026

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