simone-baldini/wordpress-eloquent

Eloquent ORM for WordPress

2.0.0 2022-04-26 10:28 UTC

This package is auto-updated.

Last update: 2024-03-26 14:36:56 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