We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4276bee + cedde00 commit 98e438bCopy full SHA for 98e438b
1 file changed
README.md
@@ -2,8 +2,25 @@
2
3
This provides an OpenAPI schema and an auto-generated PHP client as a composer package.
4
5
-> Note: This is not an official package.
+> [!NOTE]
6
+> This is not an official package.
7
+
8
+## Requirements
9
10
+- PHP 8.1+
11
+- Curl, JSON, Multibyte String extensions
12
13
## Installation
14
15
+- Composer
16
+- Manual
17
18
+## Configuration
19
20
+- SimplePay API key
21
22
## Usage
23
24
+```php
25
+$client = new Cone\SimplePay\Client(...
26
+```
0 commit comments