porandaikin/math-calculate-bundle

Symfony 数学计算 Bundle

安装: 12

依赖: 0

建议者: 0

安全性: 0

星标: 0

分支: 0

类型:symfony-bundle

dev-master 2019-03-18 00:45 UTC

This package is not auto-updated.

Last update: 2024-09-24 17:57:58 UTC


README

1) 将包添加到 symfony 应用程序中:composer require porandaikin/math-calculate-bundle 2) 如果需要使用其他解析器或使用其他计算器,请添加到 service.yml

 porandaikin\MathCalculateBundle\Service\MathCalculate:
     autowire: true
     arguments:
          $parser: '@App\Service\ParserTest'
          $calculate: '@App\Service\CalculateTest'