Download the PHP package peerme/mx-sdk-laravel without Composer
On this page you can find all versions of the php package peerme/mx-sdk-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peerme/mx-sdk-laravel
More information about peerme/mx-sdk-laravel
Files in peerme/mx-sdk-laravel
Package mx-sdk-laravel
Short Description MultiversX SDK for Laravel (written in PHP).
License MIT
Homepage https://github.com/peermehq/mx-sdk-laravel
Informations about the package mx-sdk-laravel
MultiversX SDK for Laravel
This SDK is a wrapper around the native mx-sdk-php to enable out-of-the-box support for Laravel applications.
Additionally, it comes with pre-configured MultiversX API Network Providers including caching mechanisms using the default Laravel cache driver.
Installation
You can install the package via composer:
And publish the config file config/multiversx.php
via
Usage
Since this package wraps & configures the native packages for Laravel, you can access their utitlies without further configurations.
This includes:
- User Login Signature Verification
- MultiversX constants
- Domain Objects
- Blockchain-specific constants
- Other Utitilies & more
For more details, please refer to their documentation:
- Core: mx-sdk-php
- Network Providers: mx-sdk-php-network-providers
Calling the API
When instantiating the Network Providers, you can decide to optionally cache responses:
Validation Rules
This package exposes the following Laravel Validation Rules.
MxAddressRule
– to validate a given address format:
Testing
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Micha Vie
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of mx-sdk-laravel with dependencies
illuminate/contracts Version ^10.0 || ^11.0
illuminate/support Version ^10.0 || ^11.0
kevinrob/guzzle-cache-middleware Version ^5.1
multiversx/mx-sdk-php Version ^0.3.0