Download the PHP package multiplechain/solana-sdk without Composer
On this page you can find all versions of the php package multiplechain/solana-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download multiplechain/solana-sdk
More information about multiplechain/solana-sdk
Files in multiplechain/solana-sdk
Package solana-sdk
Short Description Solana PHP SDK
License MIT
Homepage https://github.com/MultipleChain-PHP/solana-sdk
Informations about the package solana-sdk
Solana PHP SDK
NOTE: This package has been forked to be developed at MultipleChain to provide infrastructure for Solana. We are not adding it internally to MultipleChain because MultipleChain is an interface that covers all Blockchain networks. But for those who just want to do something for Solana, we aim to make something that covers everything in Solana/Web3.js.
Forked from: Sellix/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
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please create an issue in this repository.
## Credits
- [Matt Stauffer](https://github.com/mattstauffer) (Original creator)
- [Zach Vander Velden](https://github.com/exzachlyvv) (Metadata wizard)
- [Halil Beycan](https://github.com/beycandeveloper) (Maintainer)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of solana-sdk with dependencies
ext-sodium Version *
guzzlehttp/guzzle Version ^7.3
illuminate/http Version ~8.0 || ~9.0
illuminate/support Version ^8.0 || ~9.0
multiplechain/utils Version ^0.1.3
paragonie/sodium_compat Version ^1.17
stephenhill/base58 Version ^1.1