PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP File Text One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Text One
Import data from files in CSV or JSON formats
Author: By
Last change:
Date: 2 years ago
Size: 466 bytes
 

Contents

Class file image Download
{ "name": "eftec/filetextone", "description": "a library to work with json and csv", "type": "library", "require-dev": { "phpunit/phpunit": "^9.5" }, "license": "MIT", "autoload": { "psr-4": { "Eftec\\FileTextOne\\": "src/" } }, "authors": [ { "name": "Jorge Castro", "email": "jcastro@eftec.cl" } ], "require": { "ext-json": "*" } }