algorand-php icon indicating copy to clipboard operation
algorand-php copied to clipboard

Unofficial community SDK to interact with the Algorand network, in PHP & Laravel

Results 6 algorand-php issues
Sort by recently updated
recently updated
newest added

$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.

![image](https://user-images.githubusercontent.com/47556940/178369410-9759b387-b535-40db-9991-a77b85f24e97.png) 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 ?