ukorjidechi / php-pdo-wrapper
Simple, minimal PHP PDO wrapper designed to ease developing, code readability and saving development time and effort.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ukorjidechi/php-pdo-wrapper
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-10-29 02:27:49 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