PHPackages                             noodlehaus/mysqli\_etc - 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. noodlehaus/mysqli\_etc

ActiveLibrary

noodlehaus/mysqli\_etc
======================

how mysqli\_prepare should work

2.0.0(3y ago)227MITPHPPHP &gt;= 8.0.0

Since Jan 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/noodlehaus/mysqli_etc)[ Packagist](https://packagist.org/packages/noodlehaus/mysqli_etc)[ Docs](https://github.com/noodlehaus/mysqli_etc)[ RSS](/packages/noodlehaus-mysqli-etc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

mysqli\_etc
===========

[](#mysqli_etc)

Cruddy functions under the `mysqli` pseudo-namespace. Requires PHP 7.1+

```
$connection = mysqli_connect($host, $username, $password, $database);

# perform an insert
mysqli_insert(
  $connection,
  'INSERT INTO users VALUES (?, ?, ?)',
  $username,
  $email,
  $password
);

# perform an update/delete
mysqli_update(
  $connection,
  'DELETE FROM users WHERE username=?',
  $username
);

# perform a fetch
mysqli_select(
  $connection,
  'SELECT * FROM users WHERE username=? LIMIT 1',
  $username
);

# create an interpolated sql statement
$statement = mysqli_interpolate(
  $connection,
  'SELECT * FROM users WHERE username=?',
  $username
);
mysqli_stmt_execute($statement);
```

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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 ~376 days

Recently: every ~656 days

Total

8

Last Release

1135d ago

Major Versions

0.4.0 → 1.0.02016-01-25

1.2.0 → 2.0.02023-04-03

PHP version history (4 changes)0.1.0PHP &gt;= 5.6.0

1.0.0PHP &gt;= 7.0.0

1.2.0PHP &gt;= 7.1.0

2.0.0PHP &gt;= 8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a35d198bf8082d9ab5f4cd09d59cada8ba61168a1a67ecac2c4fb450679bbd5?d=identicon)[noodlehaus](/maintainers/noodlehaus)

---

Top Contributors

[![noodlehaus](https://avatars.githubusercontent.com/u/683976?v=4)](https://github.com/noodlehaus "noodlehaus (3 commits)")

---

Tags

mysqliprepared-statementsbadphp

### Embed Badge

![Health badge](/badges/noodlehaus-mysqli-etc/health.svg)

```
[![Health](https://phpackages.com/badges/noodlehaus-mysqli-etc/health.svg)](https://phpackages.com/packages/noodlehaus-mysqli-etc)
```

###  Alternatives

[aplus/database

Aplus Framework Database Library

3331.6M7](/packages/aplus-database)[sergeytsalkov/meekrodb

The Simple PHP/MySQL Library

341387.0k10](/packages/sergeytsalkov-meekrodb)[ezsql/ezsql

Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.

86946.7k](/packages/ezsql-ezsql)[jv2222/ezsql

Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.

87311.3k2](/packages/jv2222-ezsql)[stefangabos/zebra_session

A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking

174112.1k2](/packages/stefangabos-zebra-session)[stefangabos/zebra_database

An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.

11812.0k](/packages/stefangabos-zebra-database)

PHPackages © 2026

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