litipk/php-bignumbers

This package is abandoned and no longer maintained. No replacement package was suggested.

An opensource library to handle immutable big numbers inside PHP applications

Maintainers

πŸ‘ castarco

Package info

github.com/Litipk/php-bignumbers

Issues

pkg:composer/litipk/php-bignumbers

Statistics

Installs: 2 170 639

Dependents: 17

Suggesters: 2

Stars: 129

0.8.6 2017-08-31 04:45 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9b90b3282b36d32a22b194481fd05567144b56e8

  • AndrΓ©s Correa Casablanca <castarco.woop@litipk.com>

decimalnumbergmpbignumbcmath

This package is auto-updated.

Last update: 2024-01-07 19:41:41 UTC


README

A robust library to handle immutable big numbers inside PHP applications The current stable version is 0.8.3. Litipk\BigNumbers supports PHP 7.x.

Status Label Status Value
Build πŸ‘ Build Status
HHVM support Unsupported
Coverage (from Coveralls): πŸ‘ Coverage Status
Coverage (from Scrutinizer): πŸ‘ Code Coverage
Code Quality (Scrutinizer): πŸ‘ Scrutinizer Quality Score
Code Quality (SensioLabs): πŸ‘ SensioLabsInsight
Dependencies: πŸ‘ Dependency Status

Getting started

You can install this library using Composer.

To install it via Composer, just write in the require block of your composer.json file the following text:

{
 "require": {
 "litipk/php-bignumbers": "^0.8"
 }
}

Learn more

  • Project Documentation : Here you can find how to use Litipk\BigNumbers in your applications.
  • Chat Room : If you want to have a real-time chat with other Litipk\BigNumbers users or developers, you can do it here.
  • Group / Mail List : If a chat room isn't enough to post your doubts or ideas, you can join to our mail list.

How to contribute

  • First of all, you can take a look on the bugtracker and decide if there is something that you want to do πŸ˜‰ . If you think there are missing improvements in this file, then you are invited to modify the TODO list.
  • You can also send us bug reports using the same bugtracker.
  • If you are really interested on helping to improve Litipk\BigNumbers, we recommend to read the contributing guidelines.

License

Litipk\BigNumbers is licensed under the MIT License.