sneaky/wordpress-api-client

Wordpress login connector with cookie login.

Installs: 243

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sneaky/wordpress-api-client

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

This package is auto-updated.

Last update: 2025-10-20 19:46:47 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