From 2eae1c56ee845913dc2327d81f8e89fbe405c231 Mon Sep 17 00:00:00 2001 From: mkay-development <110632598+mkay-development@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:28:17 +0100 Subject: [PATCH] add composer require command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ef16a..09704c4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ##### This Repository are in active Development *** +``` bash +composer require mkay-development/pocketbase-php-sdk +``` + ``` php // Example init and use use \Pb\Client as pb; @@ -35,4 +39,4 @@ $pb->collection(collectionIdOrName)->update(string $recordId, array $bodyParams // Deletes a single record by its id. $pb->collection(collectionIdOrName)->delete(string $recordId, array $queryParams = []); -``` \ No newline at end of file +```