Skip to content

Commit 05cf6a6

Browse files
author
Ekliptor
committed
added features to readme
1 parent 6140062 commit 05cf6a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Prompt.Cash PHP SDK
22
This is a PHP library to add [Prompt.Cash](https://prompt.cash/) to your PHP based website (WordPress, Laravel, Joomla, ...).
3+
It is a PHP wrapper over the [Prompt.Cash REST API](https://prompt.cash/pub/docs/).
34

45
For WordPress there is also an [official plugin](https://wordpress.org/plugins/prompt-cash-monetize-your-blog-with-bitcoin-cash/).
56

@@ -19,7 +20,13 @@ PHP >= 7.2
1920
```
2021

2122
## Features
22-
*
23+
* create new payments
24+
* show payment QR code as iframe or redirect to payment page in new window
25+
* check payment status
26+
* create short URLs (URL shortener to monetize links)
27+
* get a list of previously created short URLs
28+
* delete and update short URLs
29+
2330

2431
## Docs
2532
Take a look at [code examples](./examples).

0 commit comments

Comments
 (0)