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

https://github.com/offmania9/boostack

Boostack - The lightest PHP Framework for developers
https://github.com/offmania9/boostack

framework framework-php php php7 php8

Last synced: about 7 hours ago
JSON representation

Boostack - The lightest PHP Framework for developers

Awesome Lists containing this project

README

          

## About Boostack
Boostack is a full stack framework for PHP.
Improve your development and build your ideas

## How to get Boostack
Boostack is available open-source under the MIT license.

## Setup

**Get the latest version via Composer**

`composer create-project offmania9/boostack`

Import as vendor: composer require offmania9/boostack

## Docker Installation
Before launching Boostack installation via Docker, make sure you have set the variables found in the .env file at the project root:
DB_DATABASE=boostack_db
DB_PASSWORD_ROOT=ROOT
DB_USERNAME=boostack_usr
DB_PASSWORD=boostack_pwd

Launch Docker compose in project root

`docker-compose up -d --build`

## After you get it
Please refer to the the [Documentation](https://www.getboostack.com/docs) for additional guidance on configuring as
* a standalone setup with PHP-Apache-MySQL
* or within Docker containers.

## License
The Boostack framework is open-sourced software licensed under the MIT license. (https://github.com/offmania9/Boostack/blob/master/LICENSE)

## Copyright
Copyright 2014-2025 Spagnolo Stefano
@author Spagnolo Stefano
@version 6.0