Libraries tagged by pdok
syntaxseed/iplimiter
91 Downloads
A PHP IP logging library (framework agnostic) to track attempts and time since last attempt for an event by an IP address. Run an event against a ruleset to determine pass/fail. Supports banning.
stule-ru/modernpdo
441 Downloads
The source code of the simple PDO library.
spotlab/safeguard
201 Downloads
A simple application that parses through a config.yml file, to backup database (mysql, sqlite, pgsql, dblib) and to archive files in tar.gz
soluble/dbwrapper
1481 Downloads
Universal minimalist database wrapper
sitetheory/profiler-storage-bundle
47654 Downloads
Sitetheory ProfilerStorageBundle
siriusphp/orm
40 Downloads
Powerfull and fast PDO-based data mapper
simplon/postgres
1008 Downloads
Simplon PostgreSQL Library
sikker/notnosql
17 Downloads
The SQL-based NoSQL library for PHP -- it's NoSQL, even though it's not!
samayo/styrofoam
20 Downloads
A tiny pdo wrapper class
runn/dbal
100 Downloads
Runn Me! DBAL Library
rtshome/pgbabylon
2512 Downloads
PDO class extension with helpers for special PostgreSQL types
rotexsoft/sqlschema
843 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
rotexsoft/leanorm-cli
71 Downloads
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.
rotexsoft/leanorm
365 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.
rotexsoft/gdao
3001 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.