Libraries tagged by binary
delight-im/base-convert
1449 Downloads
Conversion of arbitrarily large numbers between any two bases or alphabets
delight-im/alphabets
47793 Downloads
Sets of digits or characters that may be used for base conversions, encoding and decoding tasks, and input validation
adapik/cms
8011 Downloads
A PHP Library that allows you to decode ASN.1 CMS using Basic Encoding Rules (BER).
zendre4/wkhtmltopdf-amd64
416803 Downloads
Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.
rvanlaak/wkhtmltopdf-amd64-centos7
134787 Downloads
The wkhtmltopdf binaries for CentOS7
spomky-labs/cbor-bundle
134713 Downloads
CBOR Encoder/Decoder Bundle for Symfony.
binarybuilds/filament-failed-jobs
22997 Downloads
A filament package to easily retry and prune failed jobs
binarybuilds/filament-command-runner
14307 Downloads
filament-command-runner is a Filament plugin that allows users to run artisan and shell commands directly from the Filament admin panel. All commands are executed in the background so users don't have to wait for them to finish. They can return later to view the output or optionally terminate a running command midway.
binarybuilds/filament-cache-manager
9638 Downloads
Filament Cache Manager is a FilamentPHP plugin that allows you to easily clear your Laravel application cache directly from the Filament admin panel.
binary-cats/laravel-zoom-webhooks
11688 Downloads
Handle Zoom.us webhooks in a Laravel application
drupol/phptree
50978 Downloads
An implementation of tree data structure
aza/math
22409 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
binarystash/pdf-watermarker
61445 Downloads
Watermark or stamp PDF documents
binary-cube/dot-array
112496 Downloads
PHP Dot-Array :: Sail through array using the dot notation
white-rabbit-1-sketch/php-file-hash-map
4217 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.