Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeshiyan/binary

PHP library for binary strings/files parsing and composing.
https://github.com/mikeshiyan/binary

binary composer files gmp oop php strings

Last synced: about 1 month ago
JSON representation

PHP library for binary strings/files parsing and composing.

Awesome Lists containing this project

README

        

# Binary

[![Build Status](https://travis-ci.org/mikeshiyan/binary.svg?branch=master)](https://travis-ci.org/mikeshiyan/binary)

PHP library for binary strings/files parsing and composing.

Best suited for use as a [Composer](https://getcomposer.org) library.

## Requirements

* PHP ≥ 7.1
* GMP extension

## Installation

To add this library to your Composer project:
```
composer require shiyan/binary
```