survos/reveal-bundle
a thin wrapper around reveal.js
Maintainers
Package info
github.com/survos/SurvosRevealBundle
Type:symfony-bundle
pkg:composer/survos/reveal-bundle
Fund package maintenance!
2.0.83
2025-10-27 12:45 UTC
Requires
- php: ^8.4
- survos/core-bundle: ^2.0
- symfony/config: ^7.3||^8.0
- symfony/dependency-injection: ^7.3||^8.0
- twig/twig: ^3.4
Requires (Dev)
- phpstan/phpstan: ^2.0
- symfony/browser-kit: ^7.3||^8.0
- symfony/framework-bundle: ^7.3||^8.0
- symfony/phpunit-bridge: ^7.3||^8.0
- symfony/twig-bundle: ^7.3||^8.0
- symfony/var-dumper: ^7.3||^8.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT c803d4dcfa426baa2d37da5601c3101576ae4932
This package is auto-updated.
Last update: 2026-06-09 12:54:17 UTC
README
A lightweight bundle that wraps reveal.js
Installation
composer require survos/reveal-bundle
If you're not using Flex, enable the bundle by adding the class to bundles.php
// config/bundles.php <?php return [ //... Survos\Bundle\SurvosRevealBundle::class => ['all' => true], //... ];
