Andrey Mashukov member since: Dec 20, 2016

Andrey Mashukov's packages

  • PHP

    agentzilla/collection

    Collection - urls and pages collected from sites

  • PHP

    agentzilla/gis

    2gis address tools

  • PHP

    agentzilla/http

    HTTP client with proxy

  • PHP

    agentzilla/phones

    Get phones from any adverts sites

  • PHP

    agentzilla/realty

    Realty tools for agentzilla

  • PHP

    amashukov/abi-encoder-php

    Solidity ABI calldata encoder in pure PHP — function selectors plus static (address/uint/int/bytesN) and dynamic (string/bytes) types, byte-for-byte equivalent to ethers.js v6.

  • PHP

    amashukov/blockchain-context-bundle

    Symfony 7 bundle wiring the pure-PHP TON + EVM SDKs (amashukov/ton-php + amashukov/eth-php) into an application — autowired signature verification (EIP-191 + Ed25519/TonConnect), AES-256-GCM private-key encryption, and an HD deposit-wallet deriver port.

  • PHP

    amashukov/eip1559-tx-signer-php

    EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.

  • PHP

    amashukov/eth-php

    Standalone Ethereum / EVM SDK for PHP — Keccak-256, secp256k1 + ECDSA (RFC 6979), RLP, EIP-1559 offline signing, ABI calldata encoder, and an ethers.js-style JSON-RPC client. Umbrella package pulling the full pure-PHP EVM stack.

  • PHP

    amashukov/eth-rpc-client-php

    Ethereum JSON-RPC client in pure PHP — raw eth_* mirror (EthRpcClient) + ethers.js v6-flavoured facade (JsonRpcProvider) over any PSR-18 client. Typed Value Objects (transaction + receipt bundle, block, fee data, fee history, logs), bigint-safe hex/decimal helpers.

  • PHP

    amashukov/http-client-php

    PSR-18 HTTP client backed by ext-curl, with a middleware pipeline (retry on selected status codes, header injection). PSR-7 / PSR-17 message + factory interfaces; bring your own PSR-7 implementation (nyholm/psr7, guzzlehttp/psr7, slim/psr7, etc.).

  • PHP

    amashukov/keccak-php

    Keccak-256 and SHA-3 family permutations in pure PHP.

  • PHP

    amashukov/oauth-server-bundle

    Symfony2 OAuth Server Bundle

  • PHP

    amashukov/rector-php-rules

    Opinionated Rector rules for PHP — strict-assertion enforcement, no @phpstan-ignore, no env-checks in src, no superglobals, PSR Clock requirement, no direct DB / event-dispatch / assert() inside functional tests, and a comment-stripper that keeps only PHPStan tag blocks.

  • PHP

    amashukov/rlp-php

    RLP (Recursive Length Prefix) encoder and decoder in pure PHP — Ethereum's canonical serialization for transactions, blocks, and state trie.