From cedde0099a9d66e3f895160c56bda17c4bd6c8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Aug 2025 10:41:05 +0200 Subject: [PATCH] Enhance README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76eddb1..3eae6d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,25 @@ This provides an OpenAPI schema and an auto-generated PHP client as a composer package. -> Note: This is not an official package. +> [!NOTE] +> This is not an official package. + +## Requirements + +- PHP 8.1+ +- Curl, JSON, Multibyte String extensions ## Installation +- Composer +- Manual + +## Configuration + +- SimplePay API key + ## Usage + +```php +$client = new Cone\SimplePay\Client(... +```