saxulum / saxulum-bootstrap-provider
This package is abandoned and no longer maintained.
No replacement package was suggested.
A twitter bootstrap provider
1.0.8
2015-12-02 05:42 UTC
Requires
- php: >=5.3,<8.0
- pimple/pimple: ~1.1
- symfony/form: ~2.7|~3.0
- twig/twig: ~1.2
Requires (Dev)
- mockery/mockery: 0.8.*
- phpunit/phpunit: 3.7.*
- silex/silex: ~1.1
Suggests
- knplabs/knp-components: ~1.2,>=1.2.5
- knplabs/knp-menu: ~2.0
- saxulum/saxulum-assetic-twig-provider: ~1.3
- silex/silex: ~1.2
- twbs/bootstrap: ~3.2
README
works with plain silex-php
Provides a twitter bootstrap integration based on BraincraftedBootstrapBundle
Requirements
- PHP 5.3+
- Pimple ~1.1
- Symfony/Form ~2.3
- Twig ~1.2
Installation
Through Composer as saxulum/saxulum-bootstrap-provider.
In different to the original BraincraftedBootstrapBundle, it does NOT PROVIDE any assetic integration. There is an assetic-provider available, to load assets (css/js/less/scss). There is an collection.js available.
Usage
Please use the documentation of the original BraincraftedBootstrapBundle.
Configuration
You don't need to change it, every value, got its default.
bootstrap.template_dir
: path to the templatesbootstrap.icon_prefix
: icon prefixbootstrap.icon_tag
: icon tag
License
MIT, see LICENSE. Check BraincraftedBootstrapBundle
Copyright
- Dominik Zogg dominik.zogg@gmail.com
- Florian Eckerstorfer florian@eckerstorfer.co (BraincraftedBootstrapBundle)