PHPackages                             sasquatchwp/sasquatchwp - 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. sasquatchwp/sasquatchwp

ActiveProject

sasquatchwp/sasquatchwp
=======================

Starter stack for WordPress - mix of Foundation, Bedrock and some magic

17112[1 issues](https://github.com/sasquatchwp/sasquatchwp/issues)SCSS

Since Jun 1Pushed 5y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

 [![](sasquatch%20logo.png)](sasquatch%20logo.png)

Sasquatch WP - starter pack
===========================

[](#sasquatch-wp---starter-pack)

Description
-----------

[](#description)

This is **SasquatchWP** starter stack.

### What is SasquatchWP?

[](#what-is-sasquatchwp)

It's the mix of:

- Bedrock -
- Zurb Foundation -
- Timber -
- SoberWP Intervention -
- SoberWP Models -

and a little magic to keep it all together.

Instalation
-----------

[](#instalation)

1. `git clone https://github.com/SasquatchWP/SasquatchWP.git .`
2. Rename `.env.example` to `.env` and fill it with correct data (database name, password etc) - remember to add salts from [here](https://roots.io/salts.html)
3. Prepare [.htaccess](#htaccess) or [vhost](#vhost)
4. `composer install`
5. Change theme name in `web/app/themes/sasquatch`
6. `cd web/app/themes/{theme_name}`
7. `npm install`
8. `composer install`

Remember to change `DEVURL` in `web/app/themes/{theme_name}/config.yml`

.htaccess
---------

[](#htaccess)

This is universal `.htaccess` you can use for shared hosting.

Example for domains (domain.test)

```

    Order allow,deny
    Deny from all

    Order allow,deny
    Deny from all

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?domain.test$
RewriteCond %{REQUEST_URI} !^/web/
RewriteRule ^(.*)$ /web/$1
RewriteCond %{HTTP_HOST} ^(www.)?domain.test$
RewriteRule ^(/)?$ web/index.php [L]

```

Example for subfolders (domain.test/subfolder)

```

    Order allow,deny
    Deny from all

    Order allow,deny
    Deny from all

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?domain.test$
RewriteCond %{REQUEST_URI} !^/subfolder/web/
RewriteRule ^(.*)$ /subfolder/web/$1
RewriteCond %{HTTP_HOST} ^(www.)?domain.test$
RewriteRule ^(/)?$ web/index.php [L]

```

vhost
-----

[](#vhost)

Set your site vhost document root to /path/to/site/web/

Example

```

	ServerName domain.test
	DocumentRoot "/path/to/site/web"

		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All

```

Usage
-----

[](#usage)

- `npm run build` - run all tasks for production
- `npm run development` - run all tasks for development (sitemaps etc)
- `npm start` - run tasks in watch mode
- `npm es-lint` - runs javascript lint - to change configuration look at `.browserslistrc`
- `npm sass-lint` - runs sass lint - to change configuration look at `.sass-lint.yml`
- `npm audit` - runs Parker audit

Where is it used
----------------

[](#where-is-it-used)

-  - one of the biggest law blogs in Poland
-  - fast growing polish automobile service
-  - biggest racing site in Poland
-  - selection of best articles from around the world

If you are using SasquatchWP contact me at

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a994ca6946b431eaa5a51804f5eec26ef034dfc25435a26142fd9fc6318eb03b?d=identicon)[palmiak](/maintainers/palmiak)

---

Top Contributors

[![palmiak](https://avatars.githubusercontent.com/u/2342458?v=4)](https://github.com/palmiak "palmiak (22 commits)")[![Agressiva86](https://avatars.githubusercontent.com/u/10409458?v=4)](https://github.com/Agressiva86 "Agressiva86 (11 commits)")[![KubaDrx](https://avatars.githubusercontent.com/u/70565332?v=4)](https://github.com/KubaDrx "KubaDrx (5 commits)")[![thesign3r](https://avatars.githubusercontent.com/u/13038247?v=4)](https://github.com/thesign3r "thesign3r (1 commits)")

---

Tags

bedrockfoundation-sitestimberwordpresswordpress-starter-theme

### Embed Badge

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

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

PHPackages © 2026

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