sneaky/wordpress-api-client

Wordpress login connector with cookie login.

v0.5 2021-08-20 10:26 UTC

This package is auto-updated.

Last update: 2025-03-20 18:16:01 UTC


README

This package is for getting data from wordpress API easier when the wordpress is locked by default and you only can access data by username/password. You don't need bearer token oder jwt addon. Just use the build-in username/password access mode (cookie-login). It uses curl to connect to the api.

Install

composer require sneaky/wordpress-api-client

Usage

See docu under