Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sneakyx/wordpressapiclient

This connects with standard wordpress login (cookies)
https://github.com/sneakyx/wordpressapiclient

Last synced: about 1 month ago
JSON representation

This connects with standard wordpress login (cookies)

Awesome Lists containing this project

README

        

## Description
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
- [english version](docu/start-en.md)
- [german version](docu/start-de.md)