PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple MySQLi Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple MySQLi Class
MySQL access abstraction layer using MySQLi
Author: By
Last change: Merge pull request #49 from voku/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
Date: 1 year ago
Size: 1,134 bytes
 

Contents

Class file image Download
{ "name": "voku/simple-mysqli", "description": "Simple MySQLi library", "keywords": [ "php", "mysqli", "simple db", "DB" ], "type": "library", "homepage": "https://github.com/voku/simple-mysqli", "license": "MIT", "authors": [ { "name": "Jonathan Tavares", "email": "the.entomb@gmail.com", "homepage": "https://github.com/entomb", "role": "Developer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://github.com/voku", "role": "Developer" } ], "require": { "php": ">=7.0", "ext-mysqli": "*", "voku/arrayy": "~6.0 || ~7.0", "voku/simple-cache": "~4.0", "voku/portable-utf8": "~6.0", "voku/phonetic-algorithms": "~5.0", "symfony/property-access": "~2.8 || ~3.3 || ~4.0 || ~5.0 || ~6.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", "doctrine/dbal": "~2.0 || ~3.0" }, "autoload": { "psr-4": { "voku\\db\\": "src/voku/db/" } }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true } } }