PHPackages                             woottipong523/mysqliclassdb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. woottipong523/mysqliclassdb

ActiveLibrary[Database &amp; ORM](/categories/database)

woottipong523/mysqliclassdb
===========================

Easy database connection (MySQLi)

v1.0.5(7y ago)017MITPHPPHP &gt;=7.0

Since Feb 15Pushed 7y agoCompare

[ Source](https://github.com/woottipong523/mysqliclassdb)[ Packagist](https://packagist.org/packages/woottipong523/mysqliclassdb)[ RSS](/packages/woottipong523-mysqliclassdb/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (4)Used By (0)

mysqliclassdb
=============

[](#mysqliclassdb)

Easy database connection (MySQLi)

**Installation**
To begin, install the preferred dependency manager for PHP, Composer.
Now to install just this component:

composer require woottipong523/mysqliclassdb

**Sample**

require 'vendor/autoload.php';
$db = new DB('user', 'password', 'database', 'host');

// insert $result = $db-&gt;query("insert into customer (username, password, email, address, dateAdd) values ('woottipong', '123456', '', 'M1', now())");
$last\_id = $db-&gt;lastid;

// select
$result = $db-&gt;query("select \* from customer");
print\_r($result);

// update
$result = $db-&gt;query("update customer set address = '123' where customer\_id = '1'");

// delete
$db-&gt;query("delete from customer where customer\_id = '1'");

// disconnect
$db-&gt;disconnect();

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2644d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1c3e9fcfc0dc8f77688ca5c4c5d1bfaa18769cfb00b9d851f63aa487c202474?d=identicon)[woottipong523@psru.ac.th](/maintainers/woottipong523@psru.ac.th)

---

Top Contributors

[![woottipong523](https://avatars.githubusercontent.com/u/22917983?v=4)](https://github.com/woottipong523 "woottipong523 (51 commits)")

### Embed Badge

![Health badge](/badges/woottipong523-mysqliclassdb/health.svg)

```
[![Health](https://phpackages.com/badges/woottipong523-mysqliclassdb/health.svg)](https://phpackages.com/packages/woottipong523-mysqliclassdb)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
