Download the PHP package amashukov/eth-php without Composer

On this page you can find all versions of the php package amashukov/eth-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package eth-php

amashukov/eth-php

Pure-PHP Ethereum / EVM SDK — Keccak-256, secp256k1 ECDSA, RLP, EIP-1559 offline signing, ABI encoder, and an ethers.js-style JSON-RPC client in one composer require.

CI PHPStan L9 Latest Version Downloads PHP Stars

amashukov/eth-php is a standalone Ethereum / EVM SDK for PHP — a single umbrella package that pulls every EVM-side primitive you need: Keccak-256 / SHA-3 hashing, secp256k1 EC arithmetic with RFC-6979 low-S ECDSA, RLP encoding, EIP-1559 (Type-2) offline transaction signing, a Solidity ABI calldata encoder, and an ethers.js v6-style JSON-RPC client. Pure PHP, zero blockchain-library dependencies, no Symfony. It is the first maintained ethers.js-style PHP SDK with full EIP-1559 support.

Features

Why amashukov/eth-php

web3p/web3.php is the historical PHP EVM client (~600★), but it is effectively abandoned and has no EIP-1559 (Type-2) support — it can only build legacy transactions, which most modern chains and tooling have moved past. amashukov/eth-php is the first maintained ethers.js-style PHP SDK with EIP-1559: deterministic low-S signing, an ABI encoder that matches ethers.js byte-for-byte, and a v6-style typed RPC client — each layer separately versioned, the whole stack behind one composer require.

Installation

Usage

Each layer keeps its own namespace; import what you need:

The layers compose: the RPC client's getErc20Balance() builds its calldata through the ABI encoder, which derives selectors through Keccak — one consistent stack, no duplicated crypto.

Requirements

Related packages

Package Layer
amashukov/keccak-php Keccak-256 / SHA-3
amashukov/secp256k1-php secp256k1 EC arithmetic + ECDSA (RFC 6979, low-S)
amashukov/rlp-php RLP encoder / decoder
amashukov/eip1559-tx-signer-php EIP-1559 (Type-2) offline raw-tx assembly + signing
amashukov/abi-encoder-php Solidity ABI calldata encoder (ethers.js-exact)
amashukov/eth-rpc-client-php ethers.js v6-style JSON-RPC client + typed VOs over PSR-18
amashukov/http-client-php PSR-18 cURL HTTP client
amashukov/ton-php Sister umbrella SDK for TON (The Open Network)
amashukov/blockchain-context-bundle Symfony 7 bundle wiring the TON + EVM stacks

Quality

License

MIT — see LICENSE. Each bundled package is MIT-licensed in its own repository.


All versions of eth-php with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
ext-bcmath Version *
ext-gmp Version *
amashukov/abi-encoder-php Version ^0.1.0
amashukov/eip1559-tx-signer-php Version ^0.1.0
amashukov/eth-rpc-client-php Version ^0.1.0
amashukov/keccak-php Version ^0.1.0
amashukov/rlp-php Version ^0.1.0
amashukov/secp256k1-php Version ^0.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package amashukov/eth-php contains the following files

Loading the files please wait ...