PHPackages                             aetah/jrd - 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. aetah/jrd

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

aetah/jrd
=========

JSON Resource Descriptor (JRD) models, parser, and serializer.

0.2.0(yesterday)00AGPL-3.0-or-laterPHPPHP ^8.3

Since Jun 18Pushed yesterdayCompare

[ Source](https://github.com/aetah/php-jrd)[ Packagist](https://packagist.org/packages/aetah/jrd)[ RSS](/packages/aetah-jrd/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Read-Only Split Notice
======================

[](#read-only-split-notice)

This repository is a read-only split of [`aetah/php-openid-toolkit`](https://github.com/aetah/php-openid-toolkit).

- Development happens in the monorepo.
- Feature PRs and issues should be opened against `aetah/php-openid-toolkit`.
- This split repository is published from the monorepo and should not be treated as the source of truth.

JRD
===

[](#jrd)

Generic PHP library for parsing, validating, and serializing JSON Resource Descriptors (JRD).

Scope
-----

[](#scope)

This package provides:

- immutable JRD domain models
- parsing from arrays and JSON
- serialization to arrays and JSON
- JRD-specific structural validation

It deliberately does not provide WebFinger URL building, HTTP transport, or framework integration.

Install
-------

[](#install)

```
composer require aetah/jrd
```

Quick Start
-----------

[](#quick-start)

```
