senhung / database-interaction
PHP interactions with databases
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/senhung/database-interaction
Requires
- php: >=7.1.0
- senhung/config-read-write: ~2.0.0
- senhung/loader: ~2.0.0
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
- Composer Install
$ composer require senhung/database-interaction
- 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