Libraries tagged by binary data
malkusch/php-index
19814 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.
plumtreesystems/neo4j-php-client
24025 Downloads
Neo4j-PHP-Client is the most advanced PHP Client for Neo4j
xialeistudio/io
10 Downloads
user-friendly binary data operation library
phpbinary/phpbinary
25 Downloads
A PHP library to work with binary data.
ooxif/laravel-query-param
3862 Downloads
Treats binary data in a correct way with Laravel's database system (Eloquent)
ecentral/celum-connect-fal-rest-client
13 Downloads
### Authorization If you are already logged into CELUM Content via browser, no further authorization is required. Otherwise, please use one of the below methods: 1. Click on 'Authorize' on the right and either provide an API Key, type in your username/password or use OpenID Connect to log in. 2. OpenId implicit flow is disabled for security reasons and will not work as Authorization option. ### Creating an asset 1. Request upload via [upload endpoint](#/Upload/requestUpload). The endpoint will return a URl for uploading the binary and a upload handle to identify the upload. 2. Upload the content of your asset by sending a POST request to the upload URL from step 1 and setting the ```Content-Type``` header to ```application/octet-stream```. Optionally, you can also use multipart upload with ```multipart/form-data``` as ```Content-Type``` - like our Nova UI. 3. Create the asset via [create asset endpoint](#/Assets/createAssetInCollection) by passing in the upload handle from step 1 together with other parameters.
pigeonboys/php-binary-parser
2 Downloads
A PHP library for parsing binary data, with full support for signed/unsigned integers and endian-aware formats.
phpfont/binary
36 Downloads
A library to read and write binary data.
kduma/binary-tools
86 Downloads
PHP library for binary data manipulation and encoding/decoding tools
jbernavaprah/eloquent-binary-cast
915 Downloads
Cast correctly binary data (mainly for PostgreSQL)
iggyvolz/binary-data
19 Downloads
Read/write integers and string
hawkbit/datastream
20 Downloads
Compressed binary data designed for inter-process communication
flazzarotto/binary-filter
44 Downloads
Easy Liip Imagine server-side image filter for both files and binary data
erickmajor/binary-parser
9 Downloads
Binary Parser is a library that serializes and unserializes binary data in PHP.
ekstazi/async-binary-stream
3 Downloads
Set of amphp streams to work with binary data. It can read bytebuffer with specified length and write it.