PHPackages                             lowgravitypl/raccoonwp - 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. lowgravitypl/raccoonwp

ActiveProject

lowgravitypl/raccoonwp
======================

RaccoonWP is an opinionated WordPress architecture stack and starter theme

2.11.0(3y ago)1529MITPHPPHP ^7.4||^8.0

Since Jun 15Pushed 2y ago3 watchersCompare

[ Source](https://github.com/LowGravityPL/RaccoonWP)[ Packagist](https://packagist.org/packages/lowgravitypl/raccoonwp)[ RSS](/packages/lowgravitypl-raccoonwp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (44)Used By (0)

[![RaccoonWP logo](https://camo.githubusercontent.com/7fdcfeafc1f1ec910cab2dd883815bf38e524dabb4fe466acddba894c4809395/68747470733a2f2f6c6f77677261766974792e706c2f726163636f6f6e2d686561642d7363616c65642d736d616c6c2e706e67)](https://camo.githubusercontent.com/7fdcfeafc1f1ec910cab2dd883815bf38e524dabb4fe466acddba894c4809395/68747470733a2f2f6c6f77677261766974792e706c2f726163636f6f6e2d686561642d7363616c65642d736d616c6c2e706e67)

RaccoonWP
=========

[](#raccoonwp)

**This is 2.11.0 release. If you find any issues let us know**

Raccoon is a modern architecture stack and a starter theme for [WordPress](https://wordpress.org/).

The stack is based on PHPComposer on the backend. Frontend build uses NodeJs and Webpack to bundle the files together for dev and production. This composition allows for quick and efficient development using the tools which are **state of the art in 2022.**

You should use it as your boilerplate/starter kit to obtain **optimal architecture with performance, extensibility and security** in mind.

Raccoon is best suited for fresh projects (but there is no problem in implementing it into existing ones with some effort).

### Documentation

[](#documentation)

Please find [the documentation on our GitHub page](https://raccoonwp.lowgravity.pl)

### Status

[](#status)

[![Version](https://camo.githubusercontent.com/7a26cff7ecddb2b2a542199868a538213823a16c98c1cd4ff44b9667d866edae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d322e31312e302d677265656e2e737667)](https://camo.githubusercontent.com/7a26cff7ecddb2b2a542199868a538213823a16c98c1cd4ff44b9667d866edae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d322e31312e302d677265656e2e737667)[![PHP from Packagist](https://camo.githubusercontent.com/202cb2bc463044984049f51c84a40642d801aa50a3f8bb316cc22756e5aa65bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c6f7767726176697479706c2f726163636f6f6e77702e737667)](https://camo.githubusercontent.com/202cb2bc463044984049f51c84a40642d801aa50a3f8bb316cc22756e5aa65bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c6f7767726176697479706c2f726163636f6f6e77702e737667)[![License](https://camo.githubusercontent.com/96df95aac1330181edb062cc34453b392bb8934721bf58d358e72f8c1499fd51/68747470733a2f2f706f7365722e707567782e6f72672f6c6f7767726176697479706c2f726163636f6f6e77702f6c6963656e7365)](https://packagist.org/packages/lowgravitypl/raccoonwp)

Packagist: [![Latest Stable Version](https://camo.githubusercontent.com/adf6f331803d46906a264227335fefbdf809d996229907b5095e91b010d559df/68747470733a2f2f706f7365722e707567782e6f72672f6c6f7767726176697479706c2f726163636f6f6e77702f762f737461626c65)](https://packagist.org/packages/lowgravitypl/raccoonwp)[![Latest Unstable Version](https://camo.githubusercontent.com/c3cafe2888559ff7247f878ffaec186f418891d5fe0140c6528fd42846510982/68747470733a2f2f706f7365722e707567782e6f72672f6c6f7767726176697479706c2f726163636f6f6e77702f762f756e737461626c65)](https://packagist.org/packages/lowgravitypl/raccoonwp)[![composer.lock](https://camo.githubusercontent.com/1c363d9fb7d2cfef531d73a63ce2634daa383d78892d447b572f9894b63d8cc5/68747470733a2f2f706f7365722e707567782e6f72672f6c6f7767726176697479706c2f726163636f6f6e77702f636f6d706f7365726c6f636b)](https://packagist.org/packages/lowgravitypl/raccoonwp)

### Features

[](#features)

- Architecture:

    - [PHP Composer](https://getcomposer.org/) support.
    - [WordPress](https://wordpress.org/) Core as a dependency.
    - Full [Docker](https://github.com/LowGravityPL/raccoon-docker) image for your local development
    - Support for [Wp-Cli](https://wp-cli.org/).
    - Better directory structure and more secure than default WordPress install.
    - Environment-based configuration.
    - Proper project data management.
    - Ability to disable plugins per environment.
    - Internationalization built in from the beginning.
    - \[Coming soon\] MultiSite not tested yet! Though it should work without issues.
    - \[On the roadmap\] Unit tests
    - \[On the roadmap\] E2E tests
    - \[On the roadmap\] Progressive Web App and Service Worker
- Theme:

    - Customizable theme build process based on newest [Webpack 5](https://webpack.js.org/) with all its features like dead code elimination, bundle analysis, watch process and more.
    - Flexible CSS: Plain SASS by default / Bootstrap 4 / Foundation 5 / Bourbon/Neat or anything else (check [recipes section](https://raccoonwp.lowgravity.pl/recipes)).
    - Modern JS: all newest features like ES6, modules, spreads, destructuring objects and arrays etc.
    - NPM: node package manager allowing to import various 3rd party libraries into the project.
    - uses Twig (default) or Blade templating (or you can go old plain WordPress way).
    - Vue? React? We got you covered, check [recipes section](https://raccoonwp.lowgravity.pl/recipes).
    - [Gutenberg](https://wordpress.org/gutenberg/) support.
    - \[On the roadmap\] Child theme support.

    See our [recipes section](https://raccoonwp.lowgravity.pl/recipes) to see how to tweak the project to your needs.

### License

[](#license)

[MIT](LICENSE.md) © [LowGravity.pl](https://lowgravity.pl)

### Contributors

[](#contributors)

- [Kamil Grzegorczyk](https://kamilgrzegorczyk.com)
- [Lucas Grzegorczyk](https://github.com/furai)
- [Matthew Grzegorczyk](https://github.com/matthewgrzegorczyk)
- artwork by [Izabela Grzegorczyk](https://www.behance.net/IzaGrzegorczyk)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 75.9% 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 ~38 days

Recently: every ~66 days

Total

42

Last Release

1293d ago

Major Versions

1.9.1 → 2.02019-11-13

PHP version history (6 changes)1.0.0-alphaPHP &gt;=7.0

1.0.0PHP ^7.1.3

2.1PHP ^7.2

2.6PHP ^7.3

2.8PHP ^7.4

2.9.0PHP ^7.4||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e83e942e49c6c62bc0f917af4c2a8c8bce060435c8136e69a5575103b3109d7?d=identicon)[kamilgrzegorczyk](/maintainers/kamilgrzegorczyk)

---

Top Contributors

[![kamilgrzegorczyk](https://avatars.githubusercontent.com/u/665560?v=4)](https://github.com/kamilgrzegorczyk "kamilgrzegorczyk (154 commits)")[![furai](https://avatars.githubusercontent.com/u/2674689?v=4)](https://github.com/furai "furai (41 commits)")[![matthewgrzegorczyk](https://avatars.githubusercontent.com/u/9909232?v=4)](https://github.com/matthewgrzegorczyk "matthewgrzegorczyk (8 commits)")

---

Tags

composerwordpresswordpress-boilerplatecomposerwordpressstackboilerplateraccoon

### Embed Badge

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

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

###  Alternatives

[ronilaukkarinen/dudestack

A modern WordPress stack

1131.2k](/packages/ronilaukkarinen-dudestack)

PHPackages © 2026

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