davidmaes/mysql

There is no license information available for the latest version (2.0.0) of this package.

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/davidmaes/mysql

2.0.0 2019-05-31 14:49 UTC

This package is not auto-updated.

Last update: 2025-11-05 15:18:20 UTC


README

A MySQL database library that uses the PDO driver to connect.

Getting Started

Prerequisites

You will need docker and docker-compose to run the tests in this library.

Installation

Just run the included composer when you first install it.

./bin/composer

Running the tests

./bin/phpunit

Deployment

To add this library to your application, install it with Composer

composer require davidmaes/mysql