PHPackages                             clubstudioltd/craft - 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. clubstudioltd/craft

Abandoned → [clubstudio/craft](/?search=clubstudio%2Fcraft)Library[Framework](/categories/framework)

clubstudioltd/craft
===================

5.1.0(1y ago)014[6 PRs](https://github.com/clubstudio/craft/pulls)MITTwigCI failing

Since Sep 14Pushed 1w ago2 watchersCompare

[ Source](https://github.com/clubstudio/craft)[ Packagist](https://packagist.org/packages/clubstudioltd/craft)[ RSS](/packages/clubstudioltd-craft/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (10)Versions (22)Used By (0)

[![](./src/svg/logo.svg)](./src/svg/logo.svg)

Craft CMS Boilerplate
=====================

[](#craft-cms-boilerplate)

A scaffolding package to help you hit the ground running with your next [Craft CMS](https://craftcms.com) project.

What's included?
----------------

[](#whats-included)

- [Craft CMS](https://craftcms.com)
- [Tailwind CSS](https://tailwindcss.com)
- [Vite](https://vite.dev/)
- A sensible directory structure
- Commonly used Craft CMS plugins

Getting Started
---------------

[](#getting-started)

Install or update [DDEV](https://ddev.com/), then follow these steps:

1. Create a project directory and move into it: ```
    mkdir my-craft-project && cd my-craft-project

    ```
2. Create DDEV configuration files: ```
    ddev config --project-type=craftcms --docroot=web

    ```
3. Scaffold the project from this starter project: ```
    ddev composer create -y "clubstudio/craft"

    ```
4. Run `ddev craft install` and answer each prompt
5. Run `ddev launch` to view the project in your browser

Next, feel free to read the offical [Craft installation documentation](https://craftcms.com/docs/5.x/install.html).

Developing
----------

[](#developing)

After setting up Craft, you're almost ready to start building your new project! Before getting started you'll want to configure Vite and pull in all frontend dependencies.

First, add the following to your `.ddev/config.yaml`:

```
web_extra_exposed_ports:
    - name: vite
      container_port: 5173
      http_port: 5172
      https_port: 5173

```

and run `ddev restart`.

Next, install frontend dependencies by running:

```
ddev npm install

```

Once the dependencies have been installed, you can compile assets and start a watcher using:

```
ddev npm run dev

```

That's it! Happy coding! 🎉

When you've finished working, run `ddev stop` to shut down the project containers and free up resources.

About Craft CMS
---------------

[](#about-craft-cms)

Craft is a content-first CMS that aims to make life enjoyable for developers and content managers alike. It is optimized for bespoke web and application development, offering developers a clean slate to build out exactly what they want, rather than wrestling with a theme.

Learn more about Craft at [craftcms.com](https://craftcms.com).

Resources
---------

[](#resources)

- **[Documentation](https://craftcms.com/docs)** – Read the official docs.
- **[Guides](https://craftcms.com/guides)** – Follow along with the official guides.
- **[\#craftcms](https://x.com/hashtag/craftcms)** – See the latest posts about Craft.
- **[Discord](https://craftcms.com/discord)** – Meet the community.
- **[Stack Exchange](http://craftcms.stackexchange.com)** – Get help and help others.
- **[CraftQuest](https://craftquest.io)** – Watch unlimited video lessons and courses.
- **[Craft CMS Newsletter](https://craftcms.com/newsletter)** – Stay in-the-know.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance74

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 99.3% 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 ~232 days

Recently: every ~374 days

Total

11

Last Release

473d ago

Major Versions

1.3.0 → 2.0.02022-05-07

2.0.0 → 2024.x-dev2025-01-23

### Community

Maintainers

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

---

Top Contributors

[![scottwakefield](https://avatars.githubusercontent.com/u/4173571?v=4)](https://github.com/scottwakefield "scottwakefield (145 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

craftcmscraftcms-boilerplate

### Embed Badge

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

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

PHPackages © 2026

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