Corcel

Model classes that get you data from a WordPress database

Description

Corcel is a collection of model classes built on top of Eloquent ORM (from Laravel framework) that allows you to get data directly from a WordPress database. You can use WordPress as the backend (administration panel) or CMS, for inserting posts, custom types, etc, and any other PHP app in the other side querying those data (as a Model layer). It's easier to use Corcel with Laravel, but you're free to use it with any PHP project that uses Composer.
Visit Site
Related Projects