PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Services_JSON   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Services_JSON
Pure PHP implementation of JSON encode and decode
Author: By
Last change:
Date: 1 year ago
Size: 748 bytes
 

Contents

Class file image Download
{ "name": "eftec/services_json", "description": "PHP implementaion of json_encode/decode", "type": "library", "license": "BSD-2-Clause", "autoload": { "psr-4": { "eftec\\ServicesJson\\": "src/" } }, "authors": [ { "name": "Michal Migurski", "email": "mike-json@teczno.com" }, { "name": "Matt Knapp" }, { "name": "Brett Stimmerman" }, { "name": "jorgecc", "email": "jcastro@eftec.cl" } ], "require": { "php": ">=7.2.5" }, "suggest": { "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^9.5" } }