Libraries tagged by binary files
comcast/php-legal-licenses
916709 Downloads
A utility to generate a Licenses file containing the full license text for every dependency in your project for legal purposes.
phar-io/composer-distributor
381446 Downloads
Base Code for a composer plugin that installs PHAR-files
rodneyrehm/plist
1008594 Downloads
Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.
marcreichel/php-legal-licenses
38333 Downloads
A utility to generate a Licenses file containing the full license text for every dependency in your project for legal purposes.
bmdevel/php-index
46055 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
seblucas/tbszip
16713 Downloads
Work with zip archives without making temporary files or needing binaries
cyndaron/binary-handler
176 Downloads
Read and write binary files easily
contextualcode/ezplatform-search-binary-extractor
11808 Downloads
eZ Platform bundle which allows to index the content of binary files
tim-itwakes/plist
2128 Downloads
Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.
ndum/plist-parser
5046 Downloads
Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.
mitmelon/compress
4097 Downloads
Advanced file compresser which reduces and encrypt large files to smaller chunks by saving them as binary for later use.
thefox/utilities
5375 Downloads
Collection of usefull PHP utilities.
jpmschuler/filefill-payload
9857 Downloads
Addon for EXT:filefill to provide static file replacements for common binary formats
sibche/plist
10911 Downloads
Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.
white-rabbit-1-sketch/php-file-hash-map
4 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.