buffertools-php icon indicating copy to clipboard operation
buffertools-php copied to clipboard

Toolbox for working with binary and hex data. Similar to NodeJS Buffer.

Results 9 buffertools-php issues
Sort by recently updated
recently updated
newest added

Another simple helper method.

Simple helper method.

Used to also allow hex, but makes no sense when we can just require a Buffer..

this has caused problems on occasion, especially if people are using older bitcoin-php versions.. maybe there's no point to using phpecc now that it's GMP only.

phpDoc for method: \BitWasp\Buffertools\Template::parse change phpDoc Correct to : /** * Parse a sequence of objects from binary, using the current template. * * @param Parser $parser * @return Buffer[]...

This fix the `Use of "parent" in callables is deprecated` warning in CachingTypeFactory

An additional zero is added after hex/getHex operations applied. I've checked and it looks like it is pack/unpack behavior for the 'H*' format. The commit with a test to demonstrate...

This repository is not maintained since many years and I think it would be great to archive it and to give an alternative. At Proton we maintain https://github.com/ProtonMail/buffertools-php if it...