Skip to content

yehchge/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yehchge\database

MySQL Database C.R.U.D

Installation

composer require "yehchge/database"

Basic Usage

MySQL Database C.R.U.D

<?php declare(strict_types=1);

include "vendor/autoload.php";

use yehchge\database\Database;

$db = new Database();

Test

cp phpunit.example.xml phpunit.xml
sudo apt install php-sqlite3
composer test

About

PHP MySQL PDO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages