modera/foundation-bundle

Maintainers

👁 modera

Package info

github.com/modera/ModeraFoundationBundle

Type:symfony-bundle

pkg:composer/modera/foundation-bundle

Statistics

Installs: 7 671

Dependents: 22

Suggesters: 0

Stars: 2

Open Issues: 0

v5.0.0 2024-12-20 12:55 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT b920f14ff383d6df9a7d3fc9364a3d6cc96011ba

  • Sergei Lissovski <sergei.lissovski.woop@modera.org>
  • Sergei Vizel <sergei.vizel.woop@modera.org>

README

Bundle ships some very basic utility classes

Installation

Step 1: Download the Bundle

composer require modera/foundation-bundle:5.x-dev

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

This bundle should be automatically enabled by Flex. In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the config/bundles.php file of your project:

<?php
// config/bundles.php

return [
 // ...
 Modera\FoundationBundle\ModeraFoundationBundle::class => ['all' => true],
];

Documentation

Functional testing

To streamline and simplify procedure of writing functional tests this bundles provides a super-type test case that you can subclass when writing your own functional tests - Modera\FoundationBundle\Testing\FunctionalTestCase. For more details please see docblock of the class itself.

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE