porandaikin/math-calculate-bundle

Symfony math calculate Bundle

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

This package is not auto-updated.

Last update: 2024-04-23 16:04:35 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'