Download the PHP package he426100/solana-php-sdk without Composer
On this page you can find all versions of the php package he426100/solana-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download he426100/solana-php-sdk
More information about he426100/solana-php-sdk
Files in he426100/solana-php-sdk
Download he426100/solana-php-sdk
More information about he426100/solana-php-sdk
Files in he426100/solana-php-sdk
Vendor he426100
Package solana-php-sdk
Short Description Solana PHP SDK
License MIT
Homepage https://github.com/tighten/solana-php-sdk
Package solana-php-sdk
Short Description Solana PHP SDK
License MIT
Homepage https://github.com/tighten/solana-php-sdk
Please rate this library. Is it a good library?
Informations about the package solana-php-sdk
Hyperf solana-php-sdk
移植自 solana-php-sdk 组件(solana-php-sdk)
Simple PHP SDK for Solana.
Installation
You can install the package via composer:
Usage
Using the Solana simple client
You can use the Connection
class for convenient access to API methods. Some are defined in the code:
For all the possible methods, see the API documentation.
Directly using the RPC client
The Connection
class is just a light convenience layer on top of the RPC client. You can, if you want, use the client directly, which allows you to work with the full Response
object:
### Transactions
Here is working example of sending a transfer instruction to the Solana blockchain:
### Token Transactions
Here is working example of sending a token transfer instruction to the Solana blockchain:
发送nft代码来自 [https://github.com/verze-app/solana-php-sdk/issues/21](https://github.com/verze-app/solana-php-sdk/issues/21)
All versions of solana-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ~8.0
ext-sodium Version *
guzzlehttp/guzzle Version ^7.3
hyperf/config Version ^2.2
hyperf/di Version ^2.2
hyperf/framework Version ^2.2
hyperf/guzzle Version ^2.2
hyperf/utils Version ^2.2
paragonie/sodium_compat Version ^1.17
tuupola/base58 Version ^2.1
ext-sodium Version *
guzzlehttp/guzzle Version ^7.3
hyperf/config Version ^2.2
hyperf/di Version ^2.2
hyperf/framework Version ^2.2
hyperf/guzzle Version ^2.2
hyperf/utils Version ^2.2
paragonie/sodium_compat Version ^1.17
tuupola/base58 Version ^2.1
The package he426100/solana-php-sdk contains the following files
Loading the files please wait ....