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
Requires
- php: >=5.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:02:58 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