Libraries tagged by fetch pdo
aura/sql
2094057 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
dschledermann/dto
180 Downloads
Lightweight DTO system to fetch data from a PDO in a type safe manner
qdladoooo/sweeter-fetch
37 Downloads
Sweeter-fetch, a wrapper of PDO. Procedure oriented, pre process, as supplement of ORM.
qdladoooo/laravel-sweeter-fetch
54 Downloads
Sweeter-fetch for laravel.
emeka/fetcher
36 Downloads
Fetcher is a super light weight PHP database driver, that helps you sync and fetch data from any PDO database in your application.
srjlewis/aura-sql
15 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
goisneto/mysqlutil
4 Downloads
Easy way to make MySQL querys, use PDO with prepare statement and fetch results
charm/database
0 Downloads
Yet another PDO wrapper. Because I don't like to explicitly prepare and execute and fetch every single query. Can use a PDO instance from you, or it makes a new connection standalone.