Skip to content

Commit 20601ca

Browse files
Adding PHP client libraries
Fixes #153
1 parent 33d1130 commit 20601ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Ignore Composer files
2+
.idea/
23
vendor/

‎using-the-rest-api/client-libraries.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The API can be used from any application by sending basic HTTP requests; however
66

77
[info]To perform authenticated requests from outside of the WordPress admin, themes, or plugins, a separate <a href="https://developer.wordpress.org/rest-api/authentication/#authentication-plugins">authentication plugin</a> is required.[/info]
88

9+
## PHP
10+
11+
[Requests](https://github.com/WordPress/Requests) for PHP is a humble HTTP request library. While not specifically designed for the WordPress REST API, it is a great tool for interacting with any REST API.
12+
13+
[WordPress-PHP-SDK](https://github.com/madeITBelgium/WordPress-PHP-SDK) is a PHP SDK for the WordPress REST API, which can be installed using [composer](https://getcomposer.org/).
914

1015
## JavaScript
1116

0 commit comments

Comments
 (0)