therour/wp-api-client

Wordpress REST Api Laravel client

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/therour/wp-api-client

v0.1 2019-11-16 16:05 UTC

This package is auto-updated.

Last update: 2025-09-17 05:20:47 UTC


README

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