Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 357 Bytes

File metadata and controls

15 lines (9 loc) · 357 Bytes

DataTypes lib

This lib provides Binary buffer capabilities, also Base16, Base64, Bitwise (Base2) buffers/objects for proper type handling, BigNumber objects via BcMath and several helper functions that are essential for libs and apps.

Requirements

  • PHP >= 7.2
  • ext-bcmath
  • ext-mbstring

Installation

composer require comely-io/data-types