PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Temuri Takalandze   PHP JSON Object Create   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Object Create
Fill PHP objects from a JSON string
Author: By
Last change:
Date: 3 years ago
Size: 736 bytes
 

Contents

Class file image Download
{ "name": "abgeo/json-to-popo", "description": "Fill Plain Old PHP Object with JSON content.", "type": "library", "keywords": [ "POPO", "JSON", "API" ], "homepage": "https://github.com/ABGEO07/json-to-popo", "license": "MIT", "authors": [ { "name": "Temuri Takalandze", "email": "takalandzet@gmail.com", "homepage": "https://www.abgeo.dev", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": "^7.2", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^8.0" }, "autoload": { "psr-4": { "ABGEO\\POPO\\": "src/" } }, "autoload-dev": { "psr-4": { "ABGEO\\POPO\\Test\\": "tests/" } } }