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.
- Host: GitHub
- URL: https://github.com/phpmath/bignumber
- Owner: phpmath
- License: mit
- Created: 2015-04-05T18:56:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T13:24:14.000Z (over 7 years ago)
- Last Synced: 2025-10-02T18:00:49.583Z (9 months ago)
- Language: PHP
- Size: 40 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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