PHPackages                             rumur/wp-eloquent-models - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. rumur/wp-eloquent-models

ActiveLibrary[Database &amp; ORM](/categories/database)

rumur/wp-eloquent-models
========================

Eloquent wrapper of WordPress Models

v1.0.0(5y ago)3491MITPHP

Since Jun 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rumur/wp-eloquent-models)[ Packagist](https://packagist.org/packages/rumur/wp-eloquent-models)[ Docs](https://github.com/rumur/wp-eloquent-models)[ RSS](/packages/rumur-wp-eloquent-models/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Eloquent Wrapper of WordPress DB Models
=======================================

[](#eloquent-wrapper-of-wordpress-db-models)

This package was created in order to boost the productivity and to get the whole power of Laravel’s [Eloquent ORM](http://laravel.com/docs/5.8/eloquent).

The package supports [Themosis Framework](https://framework.themosis.com/) and [Laravel](https://laravel.com/) which has a connection to a WordPress DB.

Package Installation
--------------------

[](#package-installation)

`composer require rumur/wp-eloquent-models`

Model Set
---------

[](#model-set)

- [Attachments](https://github.com/rumur/wp-eloquent-models#attachments)
- [Comments](https://github.com/rumur/wp-eloquent-models#comments)
- [Posts](https://github.com/rumur/wp-eloquent-models#posts)
    - [Creating your own](https://github.com/rumur/wp-eloquent-models#creates)
- [Terms](https://github.com/rumur/wp-eloquent-models#terms)
- [Users](https://github.com/rumur/wp-eloquent-models#users)
- [Meta](https://github.com/rumur/wp-eloquent-models#meta)

### [Attachments](#attachments)

[](#attachments)

```
