ukorjidechi/php-pdo-wrapper

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

Maintainers

Package info

github.com/ukor/php-pdo-wrapper

pkg:composer/ukorjidechi/php-pdo-wrapper

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:23:23 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