php-electrum-api icon indicating copy to clipboard operation
php-electrum-api copied to clipboard

💰PHP wrapper for Electrum JSONRPC-API

Results 10 php-electrum-api issues
Sort by recently updated
recently updated
newest added

added createFromHydrationMap method

Use createFromHydrationMap method

\Electrum\Request\Method\Address\GetAddressHistory method returns empty values While $this->client->execute('getaddresshistory', ['address' => $address]); returns arrays (works fine)

use list_requests instead of listrequests 👨🏽‍💻

Hi, when I run composer install on php 8.0, I get the errors ``` Problem 1 - padrio/php-electrum-api[1.6.1, ..., v1.6.3] require zendframework/zend-hydrator ^2.2 -> satisfiable by zendframework/zend-hydrator[2.2.0, ..., 2.4.2]. -...

Since there are a lot more wallets which almost all work using the JSON-RPC Protokoll or some even with Websockets, I'll add atleast Wasabi as next one as Adapter after...

enhancement

Is it possible to do bulk payments? As I see method `payto` is only available to single address only?