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
- Host: GitHub
- URL: https://github.com/jgauthi/component_html_bootstrap
- Owner: jgauthi
- License: gpl-3.0
- Created: 2020-09-20T09:47:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T13:23:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T09:42:16.627Z (5 months ago)
- Topics: html-bootstrap, php74, php82
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).