yard / wp-database
WordPress Eloquent ORM
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:package
pkg:composer/yard/wp-database
Requires
- php: >=8.1
- jgrossi/corcel: ^7.0
- roots/acorn: ^4.3
- spatie/laravel-data: ^4.13
- spatie/laravel-package-tools: ^1.16
- yard/data: ^1.0
Requires (Dev)
- 10up/wp_mock: ^0.4.2
- larastan/larastan: ^2.9
- orchestra/testbench: ^8.27
- pestphp/pest: ^2.36
- szepeviktor/phpstan-wordpress: ^1.3
- yard/php-cs-fixer-rules: ^1.0
This package is auto-updated.
Last update: 2025-12-05 10:10:24 UTC
README
WordPress Eloquent ORM
Requirements
Installation
To install this package using Composer, follow these steps:
-
Install this package with Composer:
composer require yard/wp-database
-
Run the Acorn WP-CLI command to discover this package:
wp acorn package:discover
You can publish the config file with:
wp acorn vendor:publish --provider="Yard\Database\DatabaseServiceProvider"