| Recommend this page to a friend! |
| Info | Documentation | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-10-14 (16 days ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked | |||||
| Version | License | PHP version | Categories | |||
| booosta-installer 4 | GNU Lesser Genera... | 8 | PHP 7 |
| Description | Author | |||||||||||||||||||||||
This package can install applications to use the Booosta Framework. |
| |||||||||||||||||||||||
Please read this document XXX.
This module provides all the installation steps for PHP Booosta.
Booosta allows to develop PHP web applications quick. It is mainly designed for small web applications. It does not provide a strict MVC distinction. Although the MVC concepts influence the framework. Templates, data objects can be seen as the Vs and Ms of MVC.
Up to version 3 Booosta was available at Sourceforge: https://sourceforge.net/projects/booosta/. From version 4 on it resides on Github and is installable from Packagist under buzanits/booosta-installer. Sorry, there will be no (easy) upgrade path from Booosta 3 to Booosta 4.
If you want to use a Mysql or MariaDB database set it up together with a user that can access it.
#> composer create-project booosta/installer mycoolproject
#> cd mycoolproject
#> composer letsgo
You can install additional Booosta modules with
#> composer require booosta/modulename
Create the PHP and template files for every table with
#> composer mkfiles
See the tutorial at https://github.com/buzanits/booosta-installer/blob/master/tutorial/tutorial.md
| / | incl |
| File | Role | Description |
|---|---|---|
| |
Aux. | Configuration script |
| |
Aux. | Configuration script |
| / | install |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Class | Class source |
| |
Data | Auxiliary data |
| / | local |
| File | Role | Description |
|---|---|---|
| |
Aux. | Configuration script |
| |
Aux. | Configuration script |
| / | tutorial |
| File | Role | Description |
|---|---|---|
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| |
Data | Auxiliary data |
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Unique User Downloads | |||||||
| 100% |
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.