algorand-php
algorand-php copied to clipboard
Unofficial community SDK to interact with the Algorand network, in PHP & Laravel
$kmdClient = new KmdClient('127.0.0.1', 'YOUR-API-KEY'); $algorand = new Algorand($algodClient, $indexerClient, $kdmClient); Please change the spell of $kdmClient to $kmdClient in second line (the third paramter).
AlgoExplorer's API URL endpoints have changed.
 Missed $verb parameter
As of 3/1/22 AlgoExplorer disabled various GET requests for account, assets and application querying. AlgoNode still supports this.
Looks like `use ManagesNodesV2;` is missing in class AssetManager ?