PHPackages                             deviantintegral/jms-serializer-uri-handler - 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. deviantintegral/jms-serializer-uri-handler

ActiveLibrary

deviantintegral/jms-serializer-uri-handler
==========================================

A handler for serializing and deserializing PSR-7 URI objects

v1.2.2(5mo ago)119.7k↑128.6%[1 PRs](https://github.com/deviantintegral/jms-serializer-uri-handler/pulls)1MITPHPPHP ^8.2CI passing

Since Aug 17Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/deviantintegral/jms-serializer-uri-handler)[ Packagist](https://packagist.org/packages/deviantintegral/jms-serializer-uri-handler)[ RSS](/packages/deviantintegral-jms-serializer-uri-handler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (31)Used By (1)

URI Handler for JMS Serializer
==============================

[](#uri-handler-for-jms-serializer)

[![CI](https://github.com/deviantintegral/jms-serializer-uri-handler/actions/workflows/ci.yml/badge.svg)](https://github.com/deviantintegral/jms-serializer-uri-handler/actions/workflows/ci.yml)

This library supports serializing and deserializing URI instances, as defined by [PSR-7](https://www.php-fig.org/psr/psr-7/#35-psrhttpmessageuriinterface).

Add this handler to your serializer with the following:

```
AnnotationRegistry::registerLoader('class_exists');
$this->serializer = SerializerBuilder::create()
  ->configureHandlers(
    function (HandlerRegistry $registry) {
        $registry->registerSubscribingHandler(new UriHandler());
    }
  )->build();

```

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance79

Regular maintenance activity

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.4% 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 ~578 days

Total

5

Last Release

150d ago

PHP version history (4 changes)1.0.0PHP ^7.2

1.1.0PHP ^7.3||^8.0

1.2.0PHP ^7.4||^8.0

v1.2.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2af6dd69ba6ab26b7beaf5e144c3a8248d3417db329a6288d72023070cbbab0f?d=identicon)[deviantintegral](/maintainers/deviantintegral)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (193 commits)")[![deviantintegral](https://avatars.githubusercontent.com/u/255023?v=4)](https://github.com/deviantintegral "deviantintegral (43 commits)")[![claude](https://avatars.githubusercontent.com/u/81847?v=4)](https://github.com/claude "claude (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/deviantintegral-jms-serializer-uri-handler/health.svg)

```
[![Health](https://phpackages.com/badges/deviantintegral-jms-serializer-uri-handler/health.svg)](https://phpackages.com/packages/deviantintegral-jms-serializer-uri-handler)
```

###  Alternatives

[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[horstoeko/zugferd

A library for creating and reading european electronic invoices

4044.3M18](/packages/horstoeko-zugferd)[php-opencloud/openstack

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi

2292.2M24](/packages/php-opencloud-openstack)[php-heroku-client/php-heroku-client

A PHP client for the Heroku Platform API

24404.8k4](/packages/php-heroku-client-php-heroku-client)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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