Download the PHP package developerayo/fireblocks-laravel-sdk without Composer
On this page you can find all versions of the php package developerayo/fireblocks-laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download developerayo/fireblocks-laravel-sdk
More information about developerayo/fireblocks-laravel-sdk
Files in developerayo/fireblocks-laravel-sdk
Package fireblocks-laravel-sdk
Short Description A Laravel Package for Fireblocks
License MIT
Informations about the package fireblocks-laravel-sdk
Fireblocks Laravel SDK
A Laravel Package for working with Fireblocks API
Installation
PHP 8.1+ and Composer are required. Laravel 10+ or 11+ should be fine.
To get the latest version of Fireblocks Laravel SDK, simply require it
Or add the following line to the require block of your composer.json
file.
Configuration
You can publish the configuration file using:
A configuration-file named fireblocks.php
with some sensible defaults will be placed in your config
directory:
Usage
Open your .env file and add your api key, secret key, and base path like:
Available API Endpoints
Managing Assets
Using Magic Property Access
The SDK also supports magic property access:
Available Regions
SDK currently supports multiple Fireblocks regions:
Contributing
Please feel free to fork this package and contribute by submitting a pull request.
How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter(X) or HackerNews? Spread the word!
Don't forget to follow me on twitter!
Thanks! Shodipo Ayomide
License
The MIT License (MIT). Please see License File for more information.
All versions of fireblocks-laravel-sdk with dependencies
guzzlehttp/guzzle Version ^7.5
firebase/php-jwt Version ^6.3
illuminate/support Version ^10.0|^11.0
nesbot/carbon Version ^2.66