laravel-wordpress-api

Simple laravel wrapper for wordpress rest api

MIT License

Downloads
1.3K
Stars
2
Committers
2

Laravel wrapper for your wordpress site

This package allows you to get articles from your wordpress blog without interacting directly with the wordpress rest api and guzzle.

Available methods

It currently has only these two methods available (That's all I needed, let me know if you have any requests).

Get latest articles

WpApi::latest(10);

Get specific article

WpApi::post($slug);