An open API service indexing awesome lists of open source software.

https://github.com/jgauthi/component_html_bootstrap

Some methods for generate html for bootstrap via PHP
https://github.com/jgauthi/component_html_bootstrap

html-bootstrap php74 php82

Last synced: 3 months ago
JSON representation

Some methods for generate html for bootstrap via PHP

Awesome Lists containing this project

README

        

# Component Html Bootstrap
Some methods for generate html for bootstrap via PHP.

## Prerequisite
* PHP 8.2 (v1.1+) or 7.4+ (v1.0)
* [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/) 5.*

## Install
Edit your [composer.json](https://getcomposer.org) (launch `composer update` after edit):
```json
{
"repositories": [
{ "type": "git", "url": "[email protected]:jgauthi/component_html_bootstrap.git" }
],
"require": {
"jgauthi/component_html_bootstrap": "1.*"
}
}
```

## Documentation
You can look at [folder example](example).