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
- Host: GitHub
- URL: https://github.com/offmania9/boostack
- Owner: offmania9
- License: mit
- Created: 2015-05-24T23:59:21.000Z (almost 11 years ago)
- Default Branch: 6.x
- Last Pushed: 2025-05-19T21:01:19.000Z (11 months ago)
- Last Synced: 2025-12-14T22:53:05.356Z (4 months ago)
- Topics: framework, framework-php, php, php7, php8
- Language: HTML
- Homepage: https://getboostack.com
- Size: 5.8 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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