Post #738610
2026-03-23 18:23 UTC
🔔 #PHP object-mapper library Valinor v2.4.0 released!
🚀 This huge release brings exciting new features:
- Out of the box HTTP request mapping
- Mapper/normalizer configurators
- CamelCase/snake_case keys conversion
- Keys case restriction
https://github.com/CuyZ/Valinor/releases/tag/2.4.0
⤵️ see below for more details ⤵️
Replies (1)
-
@Romm@mastodon.social 2026-03-23 18:23
🔥 HTTP request mapping Valinor now provides a way to map an HTTP request to controller parameters or object properties. This gives controllers a clean, type-safe signature without coupling to a framework's request object, while benefiting from the library's validation and error handling. ⤵️