simone-baldini / wordpress-eloquent
Eloquent ORM for WordPress
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/simone-baldini/wordpress-eloquent
Requires
- illuminate/database: ^8.83
This package is auto-updated.
Last update: 2025-09-26 17:53:10 UTC
README
This is a library package to use Laravel's Eloquent ORM with WordPress. It makes super easy and immediate to use Eloquent without any configuration to write.
Features:
- Based on latest version of Eloquent (currently 8.x)
- Ready-to-use WordPress models including Post, Users and Options
- No configurations needed: just install the library et voilĂ , you're ready to go
Composer Installation Instructions
Just run the following command from the cli:composer require simone-baldini/wordpress-eloquent