2017 © Pedro Peláez
 

library bccomp-polyfill

image

yuloh/bccomp-polyfill

  • Monday, August 22, 2016
  • by yuloh
  • Repository
  • 1 Watchers
  • 2 Stars
  • 650 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

BCComp Polyfill

A polyfill for the bcmath function, bccomp., (*1)

Why?

I maintain a library that only uses bccomp, and doesn't use the rest of bcmath. I wanted to be able to work on it on machines that weren't compiled with bcmath support, so I wrote this polyfill., (*2)

Install

composer require yuloh/bccomp-polyfill

Usage

If the function bccomp does not exist in the global namespace, this library will declare it's own bccomp function., (*3)

The Versions

22/08 2016

dev-master

9999999-dev

  Sources   Download

MIT