Download the PHP package laravel-ch/solana-php-sdk without Composer
On this page you can find all versions of the php package laravel-ch/solana-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravel-ch/solana-php-sdk
More information about laravel-ch/solana-php-sdk
Files in laravel-ch/solana-php-sdk
Download laravel-ch/solana-php-sdk
More information about laravel-ch/solana-php-sdk
Files in laravel-ch/solana-php-sdk
Please rate this library. Is it a good library?
Informations about the package 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:
bash composer test
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of solana-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-json Version *
ext-sodium Version *
guzzlehttp/guzzle Version ^6.3
illuminate/http Version 5.4.*
illuminate/support Version >=5.4
rambler-digital-solutions/php-json-rpc Version @stable
stephenhill/base58 Version ^1.1
ext-json Version *
ext-sodium Version *
guzzlehttp/guzzle Version ^6.3
illuminate/http Version 5.4.*
illuminate/support Version >=5.4
rambler-digital-solutions/php-json-rpc Version @stable
stephenhill/base58 Version ^1.1
The package laravel-ch/solana-php-sdk contains the following files
Loading the files please wait ....