Corcel is a collection of PHP classes built on top of Eloquent ORM that allows you to connect and get data directly from a WordPress database. It provides a fluent interface for interacting with WordPress, making it easy to use for projects that need to access WordPress data from another PHP application. Corcel is most commonly used with Laravel but can be utilized with any PHP project that uses Composer. By creating custom model classes extending Corcel, you can add flexibility and custom methods to your project. This tool simplifies the integration of WordPress data into other PHP applications.
https://github.com/corcel/corcel