Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianbergmann/mysqli-wrapper

Wrapper around PHP's mysqli extension
https://github.com/sebastianbergmann/mysqli-wrapper

Last synced: about 1 month ago
JSON representation

Wrapper around PHP's mysqli extension

Awesome Lists containing this project

README

        

[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/)
[![Latest Stable Version](https://poser.pugx.org/sebastian/mysqli-wrapper/v)](https://packagist.org/packages/sebastian/mysqli-wrapper)
[![CI Status](https://github.com/sebastianbergmann/mysqli-wrapper/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/mysqli-wrapper/actions)
[![codecov](https://codecov.io/gh/sebastianbergmann/mysqli-wrapper/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/mysqli-wrapper)

# sebastian/mysqli-wrapper

This repository contains code that was originally written while building an example application for my
"[Event-Based Testing](https://thephp.cc/presentations/event-based-testing?ref=github)" presentation.

The code has been extracted from this example application into a reusable component. Just because
this component can be installed using Composer does not mean that it is anything other than example
code. It is not production-ready. It is intended for study and learning purposes only.

The only reason this code was extracted into a reusable component is to make reusing it in other
example applications easier for me.

Please note that this is a [low maintenance project](https://github.com/sebastianbergmann/mysqli-wrapper/blob/main/.github/CONTRIBUTING.md#low-maintenance-project).