faj1 / php-data-type
PHP data types 20
dev-master
2024-11-13 13:51 UTC
Requires
- php: ^7.2|^7.3|^7.4|^8.0|^8.1|^8.2|^8.3
- ext-bcmath: *
- ext-mbstring: *
This package is auto-updated.
Last update: 2025-03-13 14:27:14 UTC
README
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 faj1/php-data-type