From 26db0df4d751f0d3ce405829cb5541eefd4d2c84 Mon Sep 17 00:00:00 2001 From: "Cardano Blockhouse [CBH]" <90690011+cardano-blockhouse@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:20:54 +0200 Subject: [PATCH] Laravel PHP client added (#228) ## Description Added my laravel package to the clients list ## Where should the reviewer start? Lines 44 to 47 ## Motivation and context There has been no PHP library for the Koios APi yet ## How has this been tested? All endpoints have been tested by me by calling them from a controller. --- projects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects.json b/projects.json index 9fddf57f..7694ca7b 100644 --- a/projects.json +++ b/projects.json @@ -41,6 +41,10 @@ { "text": "TypeScript Client (Tiny)", "link": "https://github.com/ray-network/koios-tiny-client" + }, + { + "text": "Laravel PHP Client", + "link": "https://github.com/cardano-blockhouse/cardano-koios-api" } ], "Community Projects/Tools": [