yard / wp-database
WordPress Eloquent ORM
v1.0.1
2025-04-07 08:03 UTC
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: 2026-03-07 02:48:09 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"