Simple laravel wrapper for wordpress rest api
chrysanthos/laravel-wordpress-api is a Laravel package for simple laravel wrapper for wordpress rest api.
It currently has 1 GitHub stars and 1.307 downloads on Packagist (latest version 0.4.0).
Install it with composer require chrysanthos/laravel-wordpress-api.
Discover more Laravel packages by chrysanthos
or browse all Laravel packages to compare alternatives.
Last updated
This package allows you to get articles from your wordpress blog without interacting directly with the wordpress rest api and guzzle.
It currently has only these two methods available (That's all I needed, let me know if you have any requests).
WpApi::latest(10);
WpApi::post($slug);