PHPackages                             booosta/installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. booosta/installer

ActiveLibrary[Framework](/categories/framework)

booosta/installer
=================

Installer for the Booosta PHP Framework

v4.0.7(1y ago)044LGPL-3.0-onlyPHPPHP &gt;=8.0.0

Since Feb 28Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/buzanits/booosta-installer)[ Packagist](https://packagist.org/packages/booosta/installer)[ RSS](/packages/booosta-installer/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (10)Used By (0)

Installer for the Booosta PHP Framework.
========================================

[](#installer-for-the-booosta-php-framework)

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: . 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.

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- PHP &gt;= 8.0
- composer &gt;= 2.3
    Installation of Booosta is done with composer. If you don't have composer installed, see .
- Mysql or MariaDB
- mysqli PHP module
- Use of .htaccess must be enabled in Webserver
    In Apache config use something like `AllowOverride all`
- Enable apache module `rewrite`

### Install your Booosta App

[](#install-your-booosta-app)

- 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

```

- Then you answer some questions about your database connection
- You can install additional Booosta modules with

```
#> composer require booosta/modulename

```

- Let the web root on your web server point to this directory (`mycoolproject` in this example)

### Create your Application

[](#create-your-application)

- Create the DB tables for your data with your favorite tools (like phpmyadmin)
- Create the PHP and template files for every table with

```
#> composer mkfiles

```

- Enter the name of the table you want the files to be created for
- If there is a subtable or supertable enter their name or leave the answer empty
- Edit the PHP files and templates to your need
- Be aware that calling the mkfiles command will overwrite existing files!

Tutorial
--------

[](#tutorial)

See the tutorial at

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance54

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~137 days

Total

9

Last Release

407d ago

Major Versions

v1.0.0 → v4.0.02023-04-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9774538?v=4)[Peter Buzanits](/maintainers/buzanits)[@buzanits](https://github.com/buzanits)

---

Top Contributors

[![buzanits](https://avatars.githubusercontent.com/u/9774538?v=4)](https://github.com/buzanits "buzanits (19 commits)")

### Embed Badge

![Health badge](/badges/booosta-installer/health.svg)

```
[![Health](https://phpackages.com/badges/booosta-installer/health.svg)](https://phpackages.com/packages/booosta-installer)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
