Libraries tagged by binaro
adapik/cms
8816 Downloads
A PHP Library that allows you to decode ASN.1 CMS using Basic Encoding Rules (BER).
zendre4/wkhtmltopdf-amd64
425043 Downloads
Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.
drupol/phptree
51048 Downloads
An implementation of tree data structure
binarystash/pdf-watermarker
61811 Downloads
Watermark or stamp PDF documents
binary-cube/dot-array
115498 Downloads
PHP Dot-Array :: Sail through array using the dot notation
white-rabbit-1-sketch/php-file-hash-map
5595 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
unglue/client
58653 Downloads
The client binary which sends the data to the server and creates the output from the API response.
tomasvotruba/fast-unit
13461 Downloads
Run a PHPUnit suite ~4x faster with a parallel, warm-process Go runner. Ships as prebuilt binaries; no Go toolchain required.
schranz/mono
5773 Downloads
A binary to run commands in a monorepo
protonlabs/buffertools
156488 Downloads
Toolbox for working with binary and hex data. Similar to NodeJS Buffer.
php-standard-library/encoding
47854 Downloads
Binary-to-text encoding: Base64, Hex, and QuotedPrintable with streaming support
ostico/phporient
72550 Downloads
PHPOrient is a good php driver based on the binary protocol of OrientDB.
nextcloud/kitinerary-bin
143870 Downloads
KItinerary binary executable
mrpunyapal/git-reader
1805 Downloads
Read-only Git client for PHP. Resolve refs and read files from any Git host over HTTPS, without the git binary.
kyos/find-closest-value
352692 Downloads
Finds the closest arithmetic match in an array, using Binary Search