Libraries tagged by pdo_interbase
genai/sql-mapper
16 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
bayfrontmedia/simple-pdo
1360 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
konapun/pdo-decorator
17 Downloads
A decorator interface for PDO and some basic decorators
dboho/oauth2-server-pdo
166 Downloads
Implementation of thephpleague oauth2 server storage interfaces for PDO storage
concretehouse/component-pdo
818 Downloads
Provides pdo classes/interfaces for right design-pattern.
boofw/mongo-pdo
238 Downloads
Use PDO through MongoDB interface
primo/pdo
14 Downloads
Superlative PDO extension improving consistency, interface and logging
micheledef/pdo-session-handler
60 Downloads
Store data in a database using PDO and the SessionHandlerInterface interface
twoleds/database-pdo
9 Downloads
Implementation of simple interface for accessing databases via pdo extension.
microgears/webstone-pdo
13 Downloads
Wrapper around PDO that defines a simple and consistent interface for accessing databases in PHP.
shabbyrobe/pdok
1227 Downloads
Improved PDO interface
stgnet/pdb
11 Downloads
PDO DataBase cruddy interface for stgnet/pui
zi/zquery
3 Downloads
Focused fluent SQL query builder for PHP 8.2+
tiny-queries/tiny-queries
3111 Downloads
Highly efficient database layer as alternative for ORM - direct mapping from SQL to REST interface
thiagowip/simple-database-manager
3 Downloads
Uma biblioteca PHP simples e elegante para gerenciar conexões de banco de dados com paginação automática, CRUD completo e interface moderna