Skip to content

Commit 98e438b

Browse files
authored
Merge pull request #4 from szepeviktor/patch-1
Enhance README
2 parents 4276bee + cedde00 commit 98e438b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,25 @@
22

33
This provides an OpenAPI schema and an auto-generated PHP client as a composer package.
44

5-
> Note: This is not an official package.
5+
> [!NOTE]
6+
> This is not an official package.
7+
8+
## Requirements
9+
10+
- PHP 8.1+
11+
- Curl, JSON, Multibyte String extensions
612

713
## Installation
814

15+
- Composer
16+
- Manual
17+
18+
## Configuration
19+
20+
- SimplePay API key
21+
922
## Usage
23+
24+
```php
25+
$client = new Cone\SimplePay\Client(...
26+
```

0 commit comments

Comments
 (0)