https://github.com/multiversx/mx-sdk-php
MultiversX PHP SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
https://github.com/multiversx/mx-sdk-php
Last synced: about 1 month ago
JSON representation
MultiversX PHP SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
- Host: GitHub
- URL: https://github.com/multiversx/mx-sdk-php
- Owner: multiversx
- License: mit
- Created: 2023-11-28T10:32:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-27T18:08:17.000Z (about 2 months ago)
- Last Synced: 2025-09-27T20:22:54.260Z (about 2 months ago)
- Language: PHP
- Size: 225 KB
- Stars: 3
- Watchers: 20
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - PHP SDK - MultiversX PHP SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). (MultiversX official / SDKs and dev tools)
README
[](https://packagist.org/packages/multiversx/mx-sdk-php)
[](https://github.com/multiversx/mx-sdk-php/actions/workflows/tests.yml)
[](https://packagist.org/packages/multiversx/mx-sdk-php)
# MultiversX SDK for PHP
MultiversX PHP SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
## For Laravel Developers
We recommend using the [MultiversX for Laravel](https://github.com/PeerMeHQ/mx-sdk-laravel) repository created by the MultiversX community.
## Installation
You can install the package via composer:
```bash
composer require multiversx/mx-sdk-php
```
## Testing
```bash
composer test
```
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.