Download the PHP package tightenco/solana-php-sdk without Composer
On this page you can find all versions of the php package tightenco/solana-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tightenco/solana-php-sdk
More information about tightenco/solana-php-sdk
Files in tightenco/solana-php-sdk
Package solana-php-sdk
Short Description Solana PHP SDK
License MIT
Homepage https://github.com/tighten/solana-php-sdk
Rated 5.00 based on 1 reviews
Informations about the package solana-php-sdk
Solana PHP SDK
:information_source: As of May 2024, we archived this repo. Please check out the alternative (based on a fork) https://github.com/Attestto-com/solana-php-sdk.
:warning: As of May 2023, this package is up for adoption again! Feel free to ping https://github.com/neverything. Sadly we never got around to accomplish what we wanted at Verze, so we no longer work on the project and therefore this package is looking for new hands to work on it. Use at your own risk. Verze will not provide any support for this package as it exists right now; please don't email us expecting any support.
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 email [email protected] instead of using the issue tracker.
## Credits
- [Matt Stauffer](https://github.com/mattstauffer) (Original creator)
- [Zach Vander Velden](https://github.com/exzachlyvv) (Metadata wizard)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of solana-php-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
stephenhill/base58 Version ^1.1