mitopp / bootstrap-twig-components-bundle
Useful Twig Components for the Bootstrap framework.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/mitopp/bootstrap-twig-components-bundle
Requires
- php: >=8.2
- symfony/framework-bundle: ^7.0
- symfony/twig-bundle: ^7.0
- symfony/ux-twig-component: ^2.31
- twig/extra-bundle: ^3.22
- twig/html-extra: ^3.22
Requires (Dev)
- symfony/dom-crawler: ^7.4
This package is auto-updated.
Last update: 2025-12-18 09:58:37 UTC
README
Warning
This Bundle is experimental and subject to change in a future release.
This bundle allows you to create robust and reusable Twig components, styled by the Bootstrap Framework. This bundle does not deliver Bootstrap CSS/JavaScript itself. This keeps control of the user.
Requirements
- PHP v8.2.x
- Symfony v7.3.x
- Bootstrap v5.3.x
Installation
Run the following command to install:
$ composer require mitopp/bootstrap-twig-components-bundle
If you use Symfony Flex in your application, you are ready.
Otherwise, keep reading because you need to perform some manual configuration.
Manual Configuration for Applications Not Using Symfony Flex
In most Symfony applications you don't need to make any of the following changes. These steps are only required for applications that have opted not to use Symfony Flex.
First, register two bundles in your application. Edit the config/bundles.php
file and add the following:
return [ // ... Mitopp\BootstrapTwigComponentsBundle\BootstrapTwigComponentsBundle::class => ['all' => true], // ... ];
That's all! You are now ready to use TwigComponents in your application.
Components
- Alert TBD
- Button for actions in forms, dialogs, and more.
- Link TBD
- Card TBD
- Icon TBD
- Modal TBD
- Toast TBD
Contributing
If you want to contribute to the project and make it better, your help is very welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
License
This bundle is licensed under the MIT License.