PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Natanael Simões   PHP Database to File Download   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Database to File Download
Output database tables to JSON or XML using PDO
Author: By
Last change: reducing php version requirement
Date: 7 years ago
Size: 665 bytes
 

Contents

Class file image Download
{ "name": "natanaelsimoes/db2file", "type": "library", "description": "Retrieve data from database and generate/print JSON or XML file.", "keywords": ["converter", "conversion", "database", "json", "xml"], "homepage": "https://github.com/natanaelsimoes/db2file", "license": "MIT", "authors": [ { "name": "Natanael SimƵes", "email": "natanael.simoes@ifro.edu.br", "homepage": "http://www.natanaelsimoes.com", "role": "Professor" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "DB2FILE\\": "src/" } } }