PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of georgios spanos   Simple PHP Database Wrapper Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Database Wrapper Class
Run common SQL queries on a given database table
Author: By
Last change:
Date: 1 year ago
Size: 648 bytes
 

Contents

Class file image Download
{ "name": "spaniakos/simple-php-db-wrapper", "description": "A simple PDO database Wrapper", "type": "library", "version": "1.0.0", "require": { "monolog/monolog": "^3.4", "symfony/dotenv": "^6.3" }, "require-dev": { "phpunit/phpunit": "^10.4.1", "friendsofphp/php-cs-fixer": "^3.35" }, "license": "GPL-3.0", "autoload": { "psr-4": { "Spaniakos\\": "src/Spaniakos" } }, "authors": [ { "name": "Georgios Spanos (Spaniakos)", "email": "spaniakos@gmail.com" } ], "minimum-stability": "stable" }