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(11mo ago)044LGPL-3.0-onlyPHPPHP &gt;=8.0.0

Since Feb 28Pushed 6mo ago1 watchersCompare

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

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

35

—

LowBetter than 80% of packages

Maintenance59

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

352d ago

Major Versions

v1.0.0 → v4.0.02023-04-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/f449d7b4657b3da3431669eccd14dd515575cb712edf168eb2ffbdf871f762d1?d=identicon)[buzanits](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M257](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M593](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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