Looking to hire Laravel developers? Try LaraJobs

laravel-wordpress-api maintained by chrysanthos

Description
Simple laravel wrapper for wordpress rest api
Last update
2025/10/31 21:48 (dev-master)
License
Links
Downloads
1 307

Comments
comments powered by Disqus

Laravel wrapper for your wordpress site

Latest Version Total Downloads

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);