I want to divide a huge Number by 97 in PHP.
My Number: 500105175408332501131480
In Java I used the Bigint Class but in PHP I cant. Its also important that I am working on a Sandbox Machine, so I'm not able to use Composer etc. pp.
(Im working on https://platform.entwicklerheld.de)
Is there a possability to divite such huge Numbers without using an Lib like this https://github.com/pear/Math_BigInteger/blob/trunk/demo/benchmark.php?