Libraries tagged by pure php
amashukov/ton-cell-php
717 Downloads
TLB Cell / Builder / Slice / canonical BOC encoder for The Open Network in pure PHP — byte-exact equivalent of @ton/core's cell layer.
amashukov/secp256k1-php
652 Downloads
secp256k1 elliptic-curve arithmetic + RFC 6979 deterministic ECDSA sign / verify / recover in pure PHP on ext-gmp.
amashukov/rlp-php
647 Downloads
RLP (Recursive Length Prefix) encoder and decoder in pure PHP — Ethereum's canonical serialization for transactions, blocks, and state trie.
amashukov/lnd-client-php
124 Downloads
Typed LND (Lightning Network Daemon) REST client in pure PHP — invoices, payments, channel management and backups over any PSR-18 client, with millisatoshi amounts kept exact as bcmath numeric-strings.
amashukov/keccak-php
684 Downloads
Keccak-256 and SHA-3 family permutations in pure PHP.
amashukov/eth-php
623 Downloads
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.
amashukov/eip1559-tx-signer-php
639 Downloads
EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.
amashukov/abi-encoder-php
663 Downloads
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.
leigh/php-aes
15 Downloads
Pure PHP implementation of the AES cipher.
tornevall/tornelib-php-network
33905 Downloads
Network related utility/library that handles network related information thas is not pure communication.
pureframework/pure-framework
56 Downloads
Thin PHP framework: router, DB, forms, constraints, templates
globalcitizen/php-iso7064
24763 Downloads
php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.
fsans/fms-odata-spec-php
40 Downloads
Shared PHP types and spec definitions for the Claris FileMaker Server OData API. Mirrors @fms-odata/spec-ts (npm) and fms-odata-spec (PyPI). Types + pure helpers only; no HTTP client, no validation framework.
datingvip/php-whois
2934 Downloads
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
xiaosongshu/flv2mp4
84 Downloads
Pure PHP native media processing library, realize FLV/MP4/HLS mutual conversion and H.264 re-encoding. Built-in live stream relay gateway, file server, multi-protocol push client: RTMP, HTTP-FLV, WebSocket-FLV, no FFmpeg external dependencies.