solana-php-sdk
solana-php-sdk copied to clipboard
Simple PHP SDK for interacting with Transactions, Signatures, Borsh Serialization/Deserialization and RPCs
Please publish releases so people won't need to target `dev-master` when installing the package. Right now, we need to lower the minimum-stability to `dev` just to install it. And if...
Looking forward to the update with VersionedMessage support
I am aware this SDK is using `php ~8.2`, and `guzzlehttp/guzzle: ^7.3`, But my team's repo has `php 7.4.x`, and `guzzlehttp/guzzle 6.5.5` . Can my team's older repo use this...
fix array key not found issue if params key is not existing in response body
I already composer it (composer require attestto/solana-php-sdk) and make a test PHP file ```
Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 3.3.0 to 3.8.4. Release notes Sourced from nesbot/carbon's releases. 3.8.4 Complete commits list: https://github.com/CarbonPHP/carbon/compare/3.8.3...3.8.4 Summary: Validate locale earlier Commits 129700e Validate locale earlier f01cfa9 Merge pull request...
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.4.2 to 2.6.0. Release notes Sourced from league/commonmark's releases. 2.6.0 This is a security release to address potential denial of service attacks when parsing specially crafted, malicious...
Bumps [laravel/framework](https://github.com/laravel/framework) from 11.5.0 to 11.31.0. Release notes Sourced from laravel/framework's releases. v11.31.0 [11.x] Refactor: return Command::FAILURE by @fernandokbs in laravel/framework#53354 Allow the Batch and Chain onQueue method to accept...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 7.0.6 to 7.1.7. Release notes Sourced from symfony/http-foundation's releases. v7.1.7 Changelog (https://github.com/symfony/http-foundation/compare/v7.1.6...v7.1.7) security symfony/symfony#cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (@nicolas-grekas) bug symfony/symfony#58712 [HttpFoundation] Fix support...