Libraries tagged by binary files
white-rabbit-1-sketch/php-file-hash-map
3 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.
netgen/enhanced-binary-file-bundle
1200 Downloads
Netgen Enhanced Binary File bundle for eZ Publish
se7enxweb/enhancedezbinaryfile
183 Downloads
eZ Publish Legacy extension which provides a simple solution for extending thet default eZ Publish Binary File Datatype with support for uploadable files for collected information nodes. Great for smart developers!
tim-itwakes/plist
1858 Downloads
Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.
rickselby/nbt
1086 Downloads
Parser/Writer for the NBT file format
malkusch/php-index
19813 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.
cashlink/php-index
11377 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.
hnhdigital-os/fs-watcher
14 Downloads
Provides the ability to watch folders for changes and call a binary in response.
xrow/eztika-ls
24211 Downloads
A wrapper script for the standalone Tika toolkit that allows conversion to plain text and indexing of a large variety of binary file types like MsWord, MsOffice, PDF, Excel, ODF, ....
uegmobile/arduino-ota-server-bundle
56 Downloads
This Bundle provides a HTTP Server to manage OTA arduino binary files
dmitryrechkin/php-phpunit-bootstrap
188 Downloads
Dmitry Rechkin's - PHPUnit Bootstrap with the binary file to simplify running of unit tests
nabble/web2pdf
13 Downloads
Simple script to convert web pages to PDF file using the wkhtmltopdf binary
jbpapp/pdf-to-text
857 Downloads
Extract text from a pdf file using pdf-to-text binary.
carsten-walther/html2pdf
38 Downloads
A wrapper to let TYPO3 generate PDF files from html pages. Uses wkhtmltopdf, a binary that is using the print functionality of the webkit render engine to create PDFs.
moonlydays/php-binary-stream
31 Downloads
A simple PHP package that provides binary file reader and writer.