Download the PHP package farbcode/laravel-evm without Composer
On this page you can find all versions of the php package farbcode/laravel-evm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download farbcode/laravel-evm
More information about farbcode/laravel-evm
Files in farbcode/laravel-evm
Package laravel-evm
Short Description Simple, Reliable Ethereum Integration for Laravel
License MIT
Homepage https://github.com/farbcodegmbh/laravel-evm
Informations about the package laravel-evm
Laravel EVM (Ethereum Virtual Machine)
[](https://packagist.org/packages/farbcode/laravel-evm) [](https://github.com/farbcodegmbh/laravel-evm/actions?query=workflow%3Arun-tests+branch%3Amain) [](https://github.com/farbcodegmbh/laravel-evm/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [](https://packagist.org/packages/farbcode/laravel-evm)Simple, Reliable Ethereum Integration for Laravel
Features
- 💡 EIP-1559 Support: Seamlessly handle modern Ethereum transactions with dynamic fee management.
- 🚀 Asynchronous Transaction Queue: Process blockchain transactions safely through Laravel Queues — no blocking, no delays.
- 🔗 Event-driven Workflow: Stay in control with Laravel Events for every step: TxQueued, TxBroadcasted, TxMined, TxFailed.
- 🧠 Smart Nonce & Fee Strategy: Automatic nonce tracking and adaptive fee logic for consistent, reliable execution.
Documentation
All information on how to use this package can be found on our official documentation website. → Read the Docs
Requirements
- PHP >= 8.4
- Laravel >= 12
- GMP PHP extension installed and enabled
Installation
Install the package via composer:
You can publish the config file with:
Then set your blockchain RPC URL, chain id and private key in .env:
Usage (Quick Glimpse)
Wait for a known tx hash:
Log Filtering & Event Decoding
All information on how to use this package can be found on our official documentation website. → Read the Docs
Changelog
Notable changes to this package are documented in our changelog for every new release.
→ See what's changed
Contributing
We welcome contributions to this package.
→ Read our Contribution Guidelines
License
The MIT License (MIT). See License File for more information.
Made with ❤️ by //farbcode.
All versions of laravel-evm with dependencies
illuminate/contracts Version ^11.0||^12.0
kornrunner/ethereum-address Version ^0.4.0
kornrunner/keccak Version ^1.1
spatie/laravel-package-tools Version ^1.16
web3p/ethereum-tx Version ^0.4.3