Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alaugks/article-jms-serializer
- Owner: alaugks
- Created: 2024-09-04T13:47:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T10:38:14.000Z (about 1 month ago)
- Last Synced: 2024-11-12T11:32:31.630Z (about 1 month 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: 59.6 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/