PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Unay Santisteban   Database PDO Abstract Layer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Database PDO Abstract Layer
Run queries with PDO and get results in XML, JSON
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 431 bytes
 

Contents

Class file image Download
{ "name": "othercode/database", "type": "library", "license": "MIT", "description": "Database access library", "authors": [ { "name": "David Unay Santisteban", "email": "usantisteban@othercode.es", "role": "developer" } ], "require": { "php": ">=5.5" }, "autoload": { "psr-4": { "OtherCode\\Database\\": "src/" } }, "require-dev": { "phpunit/phpunit": "*" } }