ceus-media / bootstrap
Installs: 2 387
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ceus-media/common: ^1.0 | 1.0.x-dev | ^0.9 | 0.9.x-dev
- nostalgiaz/bootstrap-switch: ^3.3
Requires (Dev)
- ceus-media/doc-creator: ^1.0 | 1.0.x-dev | ^0.9 | 0.9.x-dev
- php-parallel-lint/php-parallel-lint: ^1.3 | dev-master
- phpstan/phpstan: ^1
- phpstan/phpstan-strict-rules: ^1
- phpunit/phpunit: ^9.5 | ^10
- rector/rector: *
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.