gryfoss/data-types

PHP data types, modernised version of comely-io/data-types

v1.0.0 2025-09-01 23:20 UTC

This package is auto-updated.

Last update: 2025-09-01 23:24:17 UTC


README

Tests Coverage

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 >= 8.1
  • ext-bcmath
  • ext-mbstring

Installation

composer require gryfoss/data-types