GitHub - corcel/corcel: Use WordPress backend with Laravel or any PHP application
A collection of Model classes that allows you to get data directly from a WordPress database.
Corcel is a collection of PHP classes built on top of Eloquent ORM (from Laravel framework), that provides a fluent interface to connect and 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 L...
Read more at github.com