JsonMapper is a PHP library that allows you to map a JSON response to your PHP objects that are either annotated using doc blocks or use typed properties.
JsonMapper is a PHP library that allows you to map a JSON response to your PHP objects that are either annotated using doc blocks or use typed properties while keeping type safety. Works with PHP 8. For more information see the project website: https://t.co/2AyWvgxWsz
Released a couple of fixes for the Laravel and Symphony package today. Now you can use JsonMapper with Laravel 10 and with Symphony you won't be using the vulnerable http-kernel anymore.
https://t.co/Zk2AZJRQMR
https://t.co/gnQVJlTQkv
All of a sudden JsonMapper passes by in the @jetbrains PHP Annotated Monthly. Very cool 😎 Didn’t get the attention I would have hoped for, but happy to tell more about my version of JsonMapper uses middleware if you want @pronskiy / @brendt_gd
Earlier this week version 2.15.0 was released fixing some issue in the Constructor middleware. https://t.co/odTVLoYUHT
Besides that you can now fund my work using GitHub Sponsors. Sponsoring would allow me to allocate more time to work on JsonMapper.
JsonMapper 2.14.0 was just released. This adds support for automatic constructor support and mapping to class names. This now means readonly promoted properties are supported with JsonMapper.
Let me know what you think!
https://t.co/ciw17HdJOk
https://t.co/6KTMBWcfQu
Thanks to @jetbrains for sponsoring JsonMapper for another year with their awesome products. This makes that I can continue JsonMapper development with almost no cost, currently only paying for DNS.
Onze kennisdeling (tijdens "een après-lunch") was vandaag hybride: remote én op kantoor!
@EchteDanny vertelde over testing in @JsonMapper, @jeroenhuinink sprak over Gherkin-stijl feature tests, en Bas over Moq en FluentAssertions 🤩
With version 2.3.0 of json-mapper/laravel-package just released you can now use JsonMapper in your Laravel 9 project.
Release notes can be found at https://t.co/g1AAKS9JfF
How to get started with JsonMapper in Laravel see https://t.co/AtKf4yaYx4
#Laravel
Earlier this week JsonMapper v2.9.0 was released, which fixes a bug with namespaces, supports namespace grouping, adds psalm annotations and even includes a new middleware called ValueTransformation
https://t.co/ZaQ3LRI752
JsonMapper just reached 100.000 installs. Great to see so many projects using JsonMapper.
Two pull request are pending which could add more middleware to JsonMapper, care to help the project out?#100k
Collega Danny schreef iets meer dan een jaar geleden over zijn ervaringen met open source. Wij waren benieuwd hoe het nu staat met zijn project JsonMapper? En wat heeft hij ervan geleerd? De antwoorden op deze vragen en meer lees je hier: https://t.co/FAuB1OvAzn
JsonMapper V2.6.0 has just been release adding support for PHP 7.1. Thats right, no typo here, PHP 7.1 support was added to JsonMapper.
You can now use JsonMapper on your projects which al stuck at PHP 7.1
Just run:
composer require "json-mapper/json-mapper:^2.6"
#JsonMapper