ceus-media / bootstrap
Installs: 2 582
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ceus-media/common: 1.0.* | 1.0.x-dev
- nostalgiaz/bootstrap-switch: ^3.3
Requires (Dev)
- ceus-media/doc-creator: 1.0.* | 1.0.x-dev
- php-parallel-lint/php-parallel-lint: 1.*
- phpstan/phpstan: 1.*
- phpstan/phpstan-strict-rules: 1.*
- phpunit/phpunit: 10.*
- rector/rector: 1.*
README
PHP components to generate HTML for Bootstrap 2.
Support for version 3 and 4 are upcoming.
Usage
The branch 0.6.x aims to run on PHP ^8.1 and support CeusMedia::Common 1.0 (using namespacing). For PHP 8.3, use branch 0.7.x.
Install in your project
composer require ceus-media/bootstrap:^0.6.x
or checkout the master and switch to the branch
git clone git@github.com:CeusMedia/Bootstrap.git
git checkout 0.6.x
Compatibility
To support code, using Bootstrap 0.4.x, compat.php
will be run on autoload.