Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianbergmann/mysqli-wrapper
- Owner: sebastianbergmann
- License: bsd-3-clause
- Created: 2024-07-13T15:36:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:07:37.000Z (3 months ago)
- Last Synced: 2024-09-26T19:41:50.020Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
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).