antlur/capo-source-wordpress

There is no license information available for the latest version (v0.2.1) of this package.

Get remote wordpress data

v0.2.1 2021-01-30 23:57 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:01 UTC


README

<?php

require __DIR__ . '/../vendor/autoload.php';

use CapoSourceWordpress\Api;

$api = new Api(env('WP_API_URL'));

$pages = $api->getPages();