rgzone/bignum-demo
Composer 安装命令:
composer create-project rgzone/bignum-demo
包简介
Symfony demo application showcasing the capabilities of the rgzone/bignum arbitrary-precision integer extension.
README 文档
README
Symfony demo application showcasing the capabilities of the rgzone/bignum arbitrary-precision integer extension.
Requirements
- Docker
- Optional:
taskfrom Taskfile
Build
Build the image manually:
docker build -t bignum-example .
Or via Taskfile:
task cli
Run
Start an interactive shell in the container:
docker run --rm -it bignum-example bash
Inside the container, run the Symfony console:
php bin/console
Example Command
The demo command is app:example.
It runs an interactive big integer calculation flow:
- asks for the first integer
- asks you to choose an operation
- asks for the second integer
- prints the result
Run it inside the container:
php bin/console app:example
Supported operations:
addsubtractmultiplydividemodulo
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-06-02