Libraries tagged by pdok
pdfkiwi/php-lib
8692 Downloads
A PHP library for interacting with pdf.kiwi API
rui_mashita/laravel-dblib-odbc-sqlserver
1648 Downloads
PDO DBLIB or PDO ODBC SQL Server Driver for Laravel 4
romainbessugesmeusy/php-dsn-factory
33263 Downloads
DSN Factory for PDO
rmunate/sql-server-lite
341 Downloads
Conexión PDO a SQLServer desde PHP estructurado o Laravel
rlanvin/php-mypdo
4248 Downloads
Wrapper for PDO (MySQL) to support auto-reconnect, nested transactions and more.
rakit/session
2289 Downloads
Session manager providing PDO, Cookie, and File drivers
phptricks/database_class
467 Downloads
A database class which uses the PDO extension, Supports many drivers
pfinal/database
767 Downloads
PHP MySQL database wrapper, extends PDO and PDOStatement
oktopost/squid
2462 Downloads
MySQL library build on top of PDO
ntentan/atiaa
5208 Downloads
A slim wrapper around PDO to provide some extra utilities
ninvfeng/mysql
138 Downloads
一个简单PDO mysql数据库操作类
mouf/database.dbconnection
32105 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
moledet/database-change-log
6583 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
mointeng/sqlrelay
1321 Downloads
SQLrelay PDO driver connect for laravel 8.x.x
lucinda/sql-data-access
21037 Downloads
API abstracting communication with SQL providers (eg: MySQL) on top of PDO inspired by Java JDBC