PHP WordPress ORM integrating Eloquent models with the wpdb connection
Adds a basic ORM to WordPress by exposing an ORM-style model API that uses Eloquent concepts and the native wpdb connection. It includes ready-made models for posts, metas, users, comments, multisite support, and supports custom post types and custom tables. Suited for PHP projects (themes or plugins) that want Eloquent-like model access within WordPress.
0