Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplito/bn-php
BigNum library for PHP compatible with bn.js
https://github.com/simplito/bn-php
bignumber math web
Last synced: 3 months ago
JSON representation
BigNum library for PHP compatible with bn.js
- Host: GitHub
- URL: https://github.com/simplito/bn-php
- Owner: simplito
- License: mit
- Created: 2017-10-20T08:31:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T16:17:29.000Z (about 1 year ago)
- Last Synced: 2024-09-19T15:18:42.689Z (5 months ago)
- Topics: bignumber, math, web
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BigNum library for PHP
## Information
This library provides a PHP Big Number API compatible with [bn.js](https://github.com/indutny/bn.js) and is used in Fast PHP ECC library [elliptic-php](https://github.com/simplito/elliptic-php).
This software is licensed under the MIT License.
## Installation
You can install this library via Composer:
```
composer require simplito/bn-php
```