dannyvanholten / wordpress-models
Model to get Posts from the WordPress Database for the Themosis Framework
0.8.2
2017-07-11 11:09 UTC
Requires
- php: >=5.6.4
- composer/installers: ^1.0
- illuminate/support: ^5.4
This package is not auto-updated.
Last update: 2025-01-19 02:41:09 UTC
README
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