https://github.com/yardinternet/wp-database
https://github.com/yardinternet/wp-database
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/yardinternet/wp-database
- Owner: yardinternet
- License: mit
- Created: 2025-02-18T16:11:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-16T01:14:40.000Z (14 days ago)
- Last Synced: 2026-06-16T03:11:26.822Z (14 days ago)
- Language: PHP
- Size: 673 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wp-database
[](https://github.com/yardinternet/wp-database/actions/workflows/format-php.yml)
[](https://github.com/yardinternet/wp-database/actions/workflows/phpstan.yml)
[](https://github.com/yardinternet/wp-database/actions/workflows/run-tests.yml)
[](https://github.com/yardinternet/wp-database/actions/workflows/badges.yml)
[](https://github.com/yardinternet/wp-database/actions/workflows/badges.yml)
WordPress Eloquent ORM
## Requirements
- [Sage](https://github.com/roots/sage) >= 10.0
- [Acorn](https://github.com/roots/acorn) >= 4.0
## Installation
To install this package using Composer, follow these steps:
1. Install this package with Composer:
```sh
composer require yard/wp-database
```
2. Run the Acorn WP-CLI command to discover this package:
```shell
wp acorn package:discover
```
You can publish the config file with:
```shell
wp acorn vendor:publish --provider="Yard\Database\DatabaseServiceProvider"
```
## About us
[](https://www.yard.nl/werken-bij/)