Skip to content

therour/wp-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress REST API Laravel Client

Installation

composer require therour/wp-api-client

Configuration

set your wordpress rest url in the .env

WORDPRESS_REST_URL=http://example.com/wp-json

Usage

use Therour\WpApi\Client\Models\WpPost;

$posts = WpPost::get();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages