zae / lara-press
A set of models to use with Laravel's Eloquent to query a Wordpress database.
Installs: 4 571
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
- illuminate/database: ^4.2|^5.0|^6.0|^7.0|^8.0
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-14 02:04:36 UTC
README
A set of models to use with Laravel's Eloquent to query a Wordpress database.
Sanity
These models fix a lot of quirks in the names of the columns in the tables to provide a more consistent experience.
Read-Only
I recommend only using these models for reading, the right columns are not automatically set when creating rows. This should be done manually.
TODO
- Create models for the taxonomy tables.
- Create a better create experience.
- Create scopes
License
LaraPress is open-sourced software licensed under the MIT license