An open API service indexing awesome lists of open source software.

https://github.com/phpmath/bignumber

A PHP library to work with big numbers.
https://github.com/phpmath/bignumber

Last synced: 4 months ago
JSON representation

A PHP library to work with big numbers.

Awesome Lists containing this project

README

          

# bignumber

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
[![SensioLabsInsight][ico-sensio]][link-sensio]

A PHP library to work with big A PHP library to work with big numbers..

## Getting started

It's recommended to install this library via [Composer](https://getcomposer.org).

```json
{
"require": {
"phpmath/bignumber": "^1.0"
}
}
```

The current master branch is considered stable. The badges on top of this document should confirm this.

[ico-version]: https://img.shields.io/packagist/v/phpmath/bignumber.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phpmath/bignumber/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phpmath/bignumber.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phpmath/bignumber.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phpmath/bignumber.svg?style=flat-square
[ico-sensio]: https://img.shields.io/sensiolabs/i/5ac6c499-7078-44d3-9b25-5c7acda0882a.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/phpmath/bignumber
[link-travis]: https://travis-ci.org/phpmath/bignumber
[link-scrutinizer]: https://scrutinizer-ci.com/g/phpmath/bignumber/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/phpmath/bignumber
[link-downloads]: https://packagist.org/packages/phpmath/bignumber
[link-sensio]: https://insight.sensiolabs.com/projects/5ac6c499-7078-44d3-9b25-5c7acda0882a