PHPackages                             salad-stack/framework - 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. salad-stack/framework

ActiveLibrary[Framework](/categories/framework)

salad-stack/framework
=====================

1.0.12(1y ago)05MITTwigPHP &gt;=7.4

Since Sep 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/salad-stack/salad-stack-framework)[ Packagist](https://packagist.org/packages/salad-stack/framework)[ RSS](/packages/salad-stack-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

SaladStack
==========

[](#saladstack)

SaladStack is an open-source PHP framework designed to streamline the process of building dynamic and robust websites. With its user-friendly architecture and modular components, SaladStack provides developers with a flexible toolkit for creating scalable web applications. Its intuitive structure allows for easy customization and rapid development, making it an ideal choice for both beginners and experienced programmers looking to build modern, high-performance websites. Embrace the power of SaladStack to simplify your development workflow and bring your web projects to life with ease.

Prerequisite
------------

[](#prerequisite)

The easiest way to install SaladStack is to use a composer that will resolve and install the PHP dependencies required by the Flarum. Hence, just download the composer to set it up.

```
curl -sS https://getcomposer.org/installer -o composer-setup.php
```

```
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
```

To confirm Composer on our system use:

```
composer -V
```

---

Install SaladStack on Local Machine
===================================

[](#install-saladstack-on-local-machine)

### Create a directory in your webroot folder: Here it is ‘salad‘.

[](#create-a-directory-in-your-webroot-folder-here-it-is-salad)

```
mkdir salad
```

### Now switch to the created directory.

[](#now-switch-to-the-created-directory)

```
cd salad
```

### install SaladStack Framework

[](#install-saladstack-framework)

```
composer create-project salad-stack/framework .
```

### Run SaladStack Locally

[](#run-saladstack-locally)

```
cd public && php -S localhost:8000
```

---

Install SaladStack on Linux
===========================

[](#install-saladstack-on-linux)

### Create a directory in your webroot folder: Here it is ‘salad‘.

[](#create-a-directory-in-your-webroot-folder-here-it-is-salad-1)

```
mkdir /var/www/html/salad
```

### Now switch to the created directory.

[](#now-switch-to-the-created-directory-1)

```
cd /var/www/html/salad
```

### install SaladStack Framework

[](#install-saladstack-framework-1)

```
composer create-project salad-stack/framework .
```

### Once the installation is completed, give the directory permission to the Apache user:

[](#once-the-installation-is-completed-give-the-directory-permission-to-the-apache-user)

```
sudo chown -R www-data:www-data /var/www/html/salad/
```

```
sudo chmod -R 755 /var/www/html/salad/
```

### Create a Virtual host configuration file.

[](#create-a-virtual-host-configuration-file)

Most of the time we either use Forums on sub-domain or Sub-folder, hence for that create a virtual host configuration file.

```
sudo nano /etc/apache2/sites-available/salad.conf
```

Add the following lines:

```

  ServerAdmin admin@example.com
  DocumentRoot /var/www/html/salad/public
  ServerName salad.example.com

  DirectoryIndex index.php

    Options +FollowSymLinks
    AllowOverride All
    Order allow,deny
    allow from all

  ErrorLog /var/log/apache2/salad-error_log
  CustomLog /var/log/apache2/salad-access_log common

```

Replace the domain name example.com as per your domain, if you have, otherwise you still be able to access the forum using the IP address.

Save the file by pressing Ctlr+O, hit the Enter key, and then exit- Ctrl+X.

### Enable the site

[](#enable-the-site)

```
sudo a2ensite flarum
```

### Now enable the rewrite module for Apache:

[](#now-enable-the-rewrite-module-for-apache)

```
sudo a2enmod rewrite
```

### Restart the service:

[](#restart-the-service)

```
sudo systemctl restart apache2
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~0 days

Total

13

Last Release

615d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e58cdc062802186f476bd317a0496b14a5b5c188a283f6ee9195c3b0fc9ecb69?d=identicon)[mrkong.villanueva](/maintainers/mrkong.villanueva)

---

Top Contributors

[![parvillanueva](https://avatars.githubusercontent.com/u/23477795?v=4)](https://github.com/parvillanueva "parvillanueva (6 commits)")

### Embed Badge

![Health badge](/badges/salad-stack-framework/health.svg)

```
[![Health](https://phpackages.com/badges/salad-stack-framework/health.svg)](https://phpackages.com/packages/salad-stack-framework)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)

PHPackages © 2026

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