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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. deviantintegral/jms-serializer-uri-handler

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

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

A handler for serializing and deserializing PSR-7 URI objects

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

Since Aug 17Pushed 3d 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 today

READMEChangelog (3)Dependencies (5)Versions (34)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

52

—

FairBetter than 96% of packages

Maintenance65

Regular maintenance activity

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.5% 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

196d 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] (194 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.5k1.0B35.1k](/packages/guzzlehttp-guzzle)[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.1M155](/packages/algolia-algoliasearch-client-php)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M413](/packages/drupal-core-recommended)

PHPackages © 2026

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