yehchge/database

MySQL Database C.R.U.D

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/yehchge/database

v1.0.2 2026-02-03 09:18 UTC

This package is auto-updated.

Last update: 2026-02-03 09:19:01 UTC


README

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