dannyvanholten / wordpress-models
Model to get Posts from the WordPress Database for the Themosis Framework
Installs: 987
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/dannyvanholten/wordpress-models
Requires
- php: >=5.6.4
- composer/installers: ^1.0
- illuminate/support: ^5.4
This package is not auto-updated.
Last update: 2025-09-28 06:16:45 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