shamil / php-bignumbers
An opensource library to handle immutable big numbers inside PHP applications
0.7.3
2015-12-15 08:06 UTC
Requires
- php: >=5.4.0
- ext-bcmath: *
- litipk/php-exceptions: >=0.1.3
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~4.8
- psy/psysh: >=0.5.2
- squizlabs/php_codesniffer: 2.3.*
This package is not auto-updated.
Last update: 2025-03-10 18:37:51 UTC
README
A robust library to handle immutable big numbers inside PHP applications The current stable version is 0.7.3. Litipk\BigNumbers supports PHP 5.4.x, 5.5.x, 5.6.x and 7.0.x but also Facebook's HHVM.
Status Label | Status Value |
---|---|
Build | |
HHVM support | |
Coverage (from Coveralls): | |
Coverage (from Scrutinizer): | |
Code Quality (Scrutinizer): | |
Code Quality (SensioLabs): | |
Dependencies: |
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.7.3" } }
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.