senhung/database-interaction

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP interactions with databases

v1.2.0 2018-05-17 04:17 UTC

This package is not auto-updated.

Last update: 2020-01-24 17:53:16 UTC


README

Description

The package contains functions to interact with MySQL database.

Package Namespace: Senhung\DB

Setup

  1. Composer Install
$ composer require senhung/database-interaction
  1. Config

Copy .env.example to .env and fill out the database settings

Examples

Usage examples are in examples/...

run the following to test all examples:

$ php example

How To Use

Database

Schema