LaravelPackages.net
Acme Inc.
Toggle sidebar
chrysanthos/laravel-wordpress-api

Simple laravel wrapper for wordpress rest api

1.307
1
0.4.0
About chrysanthos/laravel-wordpress-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

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

Star History Chart