Getting startedΒΆ

Simply add the ToleranceBundle in your Symfony’s AppKernel.

1
$bundles[] = new Tolerance\Bridge\Symfony\Bundle\ToleranceBundle\ToleranceBundle();

You can also checkout the example Symfony service and the test application.