porandaikin/math-calculate-bundle

Symfony math calculate Bundle

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

pkg:composer/porandaikin/math-calculate-bundle

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

This package is not auto-updated.

Last update: 2025-10-07 22:53:09 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'