Skip to content

Commit

Permalink
get users info example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Zhang committed Aug 1, 2020
1 parent 096b927 commit 9f34fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# YunxinSDK
PHP Package to integrate Yunxin API.

Example:

- Get users information
```
$yx = new Yunxin('APP_KEY', 'APP_SECRET');
$yxUsers = $yx->users();
Expand Down

0 comments on commit 9f34fb4

Please sign in to comment.