Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alaugks/article-jms-serializer

Create a custom JMS Serializer handler for mapping value
https://github.com/alaugks/article-jms-serializer

attributes denormalization emarsys emarsys-api jms-serializer jmsserializerbundle normalization php php8 serializer

Last synced: about 1 month ago
JSON representation

Create a custom JMS Serializer handler for mapping value

Awesome Lists containing this project

README

        

# Create a custom JMS Serializer handler for mapping value

## A part of article Series: Mapping FieldValueIDs for the payload of the Emarsys API

https://dev.to/elevado/create-a-custom-jms-serializer-handler-for-mapping-values-670

## Docker image

### Start docker image
```bash
docker compose up -d
```

### Run composer install
```bash
docker exec article_jms_serializer composer install
```

### Run tests
```bash
docker exec article_jms_serializer bin/phpunit
```

### Open bash

```bash
docker exec -it article_jms_serializer bash
```

## Frontend

Open frontend: http://localhost:8080/