Libraries tagged by pdo cache
proff56/pdb
4 Downloads
PHP için özelleştirilmiş PDO sınıfı
kolaykod/simpledb
31 Downloads
PHP için özelleştirilmiş PDO sınıfı
kislayphp/persistence
4 Downloads
Request-safe persistence runtime for KislayPHP (transaction guard + bounded cache)
filoucrackeur/storage-framework-manager
14 Downloads
TYPO3 caching framework manager extension
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
araga/aux-data
17 Downloads
Lightweight, PSR-16 compliant key/value storage on top of SQLite using PDO. Perfect for CLI tools, configuration storage, and simple caching.
andreaskasper/phlibs
26 Downloads
A lightweight PHP utility library: MySQL/PDO database wrappers, HTTP caching, web content caching, string helpers.
genai/session
129 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
hardjunior/mini-frame
112 Downloads
PHP image cropper and cache thumb manager, the data layer is a persistent abstraction component of your database that PDO, optimizer makes it easy to bookmark your site tags, open graph and twitter card, um teste de composer de rota mvc, fast and extremely uncomplicated. Create and manage your routes in minutes e upload manager for images, files and media
genai/sql-mapper
162 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.
terah/fluent-pdo-model
271 Downloads
FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.
progrmanial/simplemdb
89 Downloads
Enterprise Database Toolkit for PHP - Modern schema management, intelligent migrations, and advanced query building
progrmanial/simple-mysqli-fork
2543 Downloads
A powerful and flexible database query builder with advanced features
lakshanjs/pdodb
31 Downloads
Production-ready PDO database abstraction for PHP with a secure query builder, statement caching, nested transactions, and MySQL 8+ compatibility.
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.