andreypostal/json-handler-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "andreypostal/json-handler-php",
    "description": "Just a light and simple JSON helper that will make it easy for you to deal with json and objects",
    "type": "library",
    "license": "MIT",
    "keywords": ["json","value-objects","serializer"],
    "authors": [
        {
            "name": "Andrey Postal",
            "email": "andreypostal@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "Andrey\\JsonHandler\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^11.4@dev"
    },
    "scripts": {
        "test": "phpunit"
    }
}