ukorjidechi/php-pdo-wrapper

Simple, minimal PHP PDO wrapper designed to ease developing, code readability and saving development time and effort.

v1.0.0 2017-05-11 12:43 UTC

This package is auto-updated.

Last update: 2024-04-29 04:14:53 UTC


README

INSTALLATION

USING COMPOSER

require ukorjidechi/php-pdo-wrapper

Change the database name and the authentication credentials in src/database.php.

Usage Examples

CREATE

To insert data to a database

I am working on this please bear with me