PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   DaoOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DaoOne
Access MySQL databases using the MySQLi extension
Author: By
Last change: 3.30
3.29
3.29
3.28
3.27
3.26
3.25
3.24
3.23
3.22
Test and project structure enhancement
3.21
3.21
3.30
3.19
3.17
3.16
3.1.5 2018-10-27
3.1.5 2018-10-27
3.14
3.12
3.11
3.9
3.9
3.7
3.6
3.4
3.3
3.2
3.0
2.6.4
2.6.3
2.6.1
2.6.1
2.6.1
Date: 4 years ago
Size: 868 bytes
 

Contents

Class file image Download
{ "name": "eftec/daoone", "description": "Procedural MysqlI Data access class in a single Class", "version": "3.30", "type": "library", "keywords": [ "dao", "php", "mysqli" ], "homepage": "https://github.com/EFTEC", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "license": "MIT", "autoload": { "psr-4": { "eftec\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require": { "ext-mysqli": "*", "ext-json": "*", "ext-openssl": "*" }, "suggest": { "eftec/PdoOne": "It is an a new version of this library" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5" } }