Download the PHP package hub/hedera-sdk-php without Composer
On this page you can find all versions of the php package hub/hedera-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hub/hedera-sdk-php
More information about hub/hedera-sdk-php
Files in hub/hedera-sdk-php
Download hub/hedera-sdk-php
More information about hub/hedera-sdk-php
Files in hub/hedera-sdk-php
Vendor hub
Package hedera-sdk-php
Short Description Hedera Hashgraph SDK for PHP - A comprehensive PHP library for interacting with the Hedera network
License MIT
Homepage https://github.com/hub/hedera-sdk-php
Package hedera-sdk-php
Short Description Hedera Hashgraph SDK for PHP - A comprehensive PHP library for interacting with the Hedera network
License MIT
Homepage https://github.com/hub/hedera-sdk-php
Please rate this library. Is it a good library?
Informations about the package hedera-sdk-php
Hedera SDK PHP
Rationale
GRPC php bindings for hedera API. Compatible with php7.2+ (until 8.1 at least).
Process
-
Install or build protocol buffers compiler (
protoc) with php plugins. Instructions from https://grpc.io/docs/languages/php/quickstart/ -
Clone protocol buffers specs from official hedera repo.
-
Generate php stubs for desired protocol buffers packages.
-
Build higher-level wrappers around the raw clients.
- Build required grpc extensions.
Improvements
- increase tests coverage.
- exhaustive features integrations (basically, only HCS is integrated now).
- separate mirror client from main client and avoid namespace clash between "ConsensusService".
- Transform precheck codes enums to more user friendly messages.
- More flexible interface to customize any internal parameter, inspired from other non-PHP SDKs like https://github.com/hiero-ledger/hiero-sdk-js.
- Expose internal types/messages or build a more friendly wrapper around them (eg: handle topicId like strings and parse internally into realm, shard and num).
- Include hbar to tinybar utilities and arbitrary precision operations.
- Autodetect node number from node host or viceversa by using AddressBooks.
- Autodetect account number from public key or viceversa.
- Allow to perform EVM compatible operations.
- Improve fee handling and trx payment.
- Support EVM compatible layer (ECDSA encryption would be needed then).
- Integrate with mirror JSON-RPC interfaces for old transactions.
All versions of hedera-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
grpc/grpc Version ^v1.39.0
google/protobuf Version ^v3.12.2
ext-grpc Version *
ext-sodium Version *
grpc/grpc Version ^v1.39.0
google/protobuf Version ^v3.12.2
ext-grpc Version *
ext-sodium Version *
The package hub/hedera-sdk-php contains the following files
Loading the files please wait ...