PHPackages                             mhujer/jms-serializer-uuid-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mhujer/jms-serializer-uuid-bundle

Abandoned → Register the UUID handler manually, see README.ArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mhujer/jms-serializer-uuid-bundle
=================================

Symfony integration for Uuid serializer and deserializer for JMS Serializer library

4.2.0(5y ago)12398.3k↓40%6[1 PRs](https://github.com/mhujer/jms-serializer-uuid-bundle/pulls)MITPHPPHP ~7.4 | ~8.0

Since Jun 2Pushed 4y ago3 watchersCompare

[ Source](https://github.com/mhujer/jms-serializer-uuid-bundle)[ Packagist](https://packagist.org/packages/mhujer/jms-serializer-uuid-bundle)[ Docs](https://github.com/mhujer/jms-serializer-uuid-bundle)[ RSS](/packages/mhujer-jms-serializer-uuid-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (8)Used By (0)

Symfony Bundle for UUID support for JMS Serializer [![Build Status](https://camo.githubusercontent.com/21fe83acb5587199d16e7c36fef33cdcdeab577a802d17804188adffba45a5d5/68747470733a2f2f7472617669732d63692e6f72672f6d68756a65722f6a6d732d73657269616c697a65722d757569642d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mhujer/jms-serializer-uuid-bundle)
=====================================================================================================================================================================================================================================================================================================================================================================================

[](#symfony-bundle-for-uuid-support-for-jms-serializer-)

[![Latest Stable Version](https://camo.githubusercontent.com/56f7f4470bb42ed1161d3ac5acc6aee8cd401c7e1fceeb7474cd5dfda8245103/68747470733a2f2f706f7365722e707567782e6f72672f6d68756a65722f6a6d732d73657269616c697a65722d757569642d62756e646c652f76657273696f6e2e706e67)](https://packagist.org/packages/mhujer/jms-serializer-uuid-bundle) [![Total Downloads](https://camo.githubusercontent.com/8d91024d973ae3ae903f6cfbe8d71aafa8832e577f449a99662e2088fa20441c/68747470733a2f2f706f7365722e707567782e6f72672f6d68756a65722f6a6d732d73657269616c697a65722d757569642d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mhujer/jms-serializer-uuid-bundle) [![License](https://camo.githubusercontent.com/0827d0570d300c662c6550c9bfb68b3431fa350478b5c584b3a6e195e48ec5b2/68747470733a2f2f706f7365722e707567782e6f72672f6d68756a65722f6a6d732d73657269616c697a65722d757569642d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/mhujer/jms-serializer-uuid-bundle) [![Coverage Status](https://camo.githubusercontent.com/b6b8c16727264cd48a5acd49220c7270cf6b7c5009a33d890848a53843bc3630/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d68756a65722f6a6d732d73657269616c697a65722d757569642d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/mhujer/jms-serializer-uuid-bundle?branch=master)

This Bundle integrates [mhujer/jms-serializer-uuid](https://github.com/mhujer/jms-serializer-uuid) into Symfony.

Note
----

[](#note)

Instead of using this bundle, you can register the handler manually in the `config/services.yaml` file:

```
services:
    Mhujer\JmsSerializer\Uuid\UuidSerializerHandler:
        tags:
            - { name: jms_serializer.subscribing_handler }

Usage
----
1. Install the latest version with `composer require mhujer/jms-serializer-uuid-bundle`
2. Register the Bundle in the `AppKernel.php`:

```php
