Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sneakyx/wordpressapiclient
- Owner: sneakyx
- License: mit
- Created: 2020-09-01T15:13:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T10:28:05.000Z (over 3 years ago)
- Last Synced: 2024-12-01T19:08:30.254Z (about 1 month ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)