PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   Database class extending PDO   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Database class extending PDO
Execute queries composed programatically using PDO
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 420 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/db-pdo", "description": "Execute queries composed programatically using PDO.", "type": "library", "require": { }, "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": {"Jelle_S\\DataBase\\": "src/"} } }