sebastian / mysqli-wrapper
Wrapper around PHP's mysqli extension
                                    Fund package maintenance!
                                                                            
                                                                                                                                        sebastianbergmann
                                                                                    
                                                                            
                                                                                                                                        Liberapay
                                                                                    
                                                                            
                                                                                                                                        Thanks Dev
                                                                                    
                                                                
Installs: 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/sebastian/mysqli-wrapper
Requires
- php: >=8.4
- ext-mysqli: *
- sebastian/csv-parser: ^2.0
README
sebastian/mysqli-wrapper
This repository contains code that was originally written while building an example application for my "Event-Based Testing" and "Testable Database Interaction" presentations.
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.