PHPackages                             yashveer\_singh/simple\_mysql\_connect - 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. yashveer\_singh/simple\_mysql\_connect

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

yashveer\_singh/simple\_mysql\_connect
======================================

This library helps in easy connection and query with mysql and mysqli

1.0(6y ago)07MITPHP

Since Sep 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/yashveersingh/simple_mysql_connect)[ Packagist](https://packagist.org/packages/yashveer_singh/simple_mysql_connect)[ RSS](/packages/yashveer-singh-simple-mysql-connect/feed)WikiDiscussions master Synced 2w ago

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

\#Simple MySql Connect
installation: `composer require yashveer_singh/simple_mysql_connect`
USAGE:
 import using `use yashveer\Database;`
 initialise using `Database::init('TABLE_NAME','USERNAME','PASSWORD','HOST');`
 get object using : `$database = Database::get();`
 query using:
 `$result = $database->rawQuery('select * from TABLE');` check error using:
 `if(!is_null($database->getError())){`
 `echo $database->getError();`
 `}`

============&gt; ######Author : **Yashveer Singh ()**

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8827b9791dc6766d797f0ef3cc931529e4bb10dda16772ff2ecad61644d8064?d=identicon)[yashveersingh](/maintainers/yashveersingh)

---

Top Contributors

[![yashveersingh](https://avatars.githubusercontent.com/u/13031606?v=4)](https://github.com/yashveersingh "yashveersingh (9 commits)")

### Embed Badge

![Health badge](/badges/yashveer-singh-simple-mysql-connect/health.svg)

```
[![Health](https://phpackages.com/badges/yashveer-singh-simple-mysql-connect/health.svg)](https://phpackages.com/packages/yashveer-singh-simple-mysql-connect)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8441.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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