PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Giovanni Ramos   PDO4You   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer install
Class: PDO4You
Access SQL databases using the PDO extension
Author: By
Last change: Update of composer.json
Date: 5 months ago
Size: 820 bytes
 

Contents

Class file image Download
{ "name": "giovanniramos/pdo4you", "type": "library", "description": "Access SQL databases using the PDO extension", "keywords": ["database", "singleton", "pdo", "mysql", "postgresql", "sqlite", "mariadb", "oracle"], "homepage": "https://github.com/giovanniramos", "license": "MIT", "authors": [ { "name": "Giovanni Ramos", "email": "giovannilauro@gmail.com", "homepage": "http://twitter.com/giovanni_ramos", "role": "Developer" } ], "support": { "issues": "https://github.com/giovanniramos/PDO4You/issues" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "autoload": { "psr-0": { "PDO4You\\": "src/" } } }