Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 674 Bytes

WordPress Models

Multiple Models for you to use to when developing with WordPress. These models include Posts, Terms & Users. The WordPress Models simulate are creating a way to use the WP_Query in a consistent way that fits inside the MVC Model.

Requirements

The WordPress Models makes use of the Illuminate support and thus has as one system requirement before getting started:

  • PHP >= 5.6.4

Additionally the system requirements the same as for WordPress are . Check here for default WordPress requirements.

Getting started

Roadmap

  • Create documentation for usage per model on GitHub
  • Making use of Facades