Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikeshiyan/binary
- Owner: mikeshiyan
- License: mit
- Created: 2018-07-16T16:03:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T14:06:24.000Z (over 6 years ago)
- Last Synced: 2024-05-20T18:49:11.113Z (8 months ago)
- Topics: binary, composer, files, gmp, oop, php, strings
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```