PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrey Postal   PHP JSON Handler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Handler
Process value objects to convert to JSON format
Author: By
Last change: Update composer.json
Date: 3 days ago
Size: 641 bytes
 

Contents

Class file image Download
{ "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" } }