Libraries tagged by pdo-php
devman87/simple-pdo-wrapper
6 Downloads
Simple Pdo Wrapper
libra-php/lunar-pdo
46 Downloads
Lunar is a powerful PHP library that serves as a comprehensive PDO (PHP Data Objects) wrapper.
jpsistemasbr/datalayer
17 Downloads
Sistema para abstração de persistência de banco de dados com PDO PHP
jose_martins/generic-dao
43 Downloads
Library for Data Access Object in PDO php class
hackerpro536/pdo-class-wrapper
197 Downloads
PDO Class Wrapper is a wrapper class of PDO (PHP Data Object) library. As we know that in any web application, database makes an important role for developer to create a good dynamic web application.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.