Libraries tagged by wordpress-database
berlindb/core
488296 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
williarin/wordpress-interop
11670 Downloads
Interoperability library to work with WordPress database in third party apps
solarissmoke/disable-comments-mu
70725 Downloads
This is the must-use version of the Disable Comments WordPress plugin. Copy the contents of this directory into your mu-plugins directory in order to disable comments on the entire site/network, without any configuration. You should delete all existing comments from the WordPress database before activating this plugin. If you want to be able to configure the plugin's behaviour, then use the normal version.
mdsimpson/contact-form-7-to-database-extension
17565 Downloads
Plugin that saves contact form submissions to your WordPress database and provides and administration page and shortcodes to view and display the data.
jazzsequence/ai-connector-secure-layer
8081 Downloads
Keeps LLM API keys out of the WordPress database. Fetches keys from Pantheon Secrets or environment variables on-demand at the moment an LLM request fires — never stored in wp_options, never pre-loaded as a PHP constant.
devgeniem/better-wp-db-error
62362 Downloads
Better WordPress database error handling.
alleyinteractive/wp-big-pit
10308 Downloads
The WordPress database table for everything else.
rockschtar/wordpress-database-fluent
7126 Downloads
Fluent WordPress database ($wpdb) wrapper
ludicdrive/wordpress-database-migrations
368 Downloads
WordPress library for managing database table schema upgrades and data seeding
mjkhajeh/wporm
378 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
connorhu/symfony-wp
445 Downloads
Access Wordpress Database from Symfony (Doctrine)
acobster/wp-cli-yaml-fixtures
3486 Downloads
Define WordPress database snapshots as simple YAML files
varunsridharan/wp-post
422 Downloads
Simple WP Post Class With Advanced Options.
zae/lara-press
4580 Downloads
A set of models to use with Laravel's Eloquent to query a Wordpress database.
wplibs/database
1220 Downloads
WordPress database query builder, based on illuminate/database