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: 4 months ago
JSON representation
Create a custom JMS Serializer handler for mapping value
- Host: GitHub
- URL: https://github.com/alaugks/article-jms-serializer
- Owner: alaugks
- Created: 2024-09-04T13:47:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T14:22:36.000Z (over 1 year ago)
- Last Synced: 2025-10-28T07:24:19.929Z (8 months ago)
- Topics: attributes, denormalization, emarsys, emarsys-api, jms-serializer, jmsserializerbundle, normalization, php, php8, serializer
- Language: PHP
- Homepage: https://dev.to/alaugks/create-a-custom-jms-serializer-handler-for-mapping-values-670
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/