PHPackages                             fusionary/craftcms-boilerplate - 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. fusionary/craftcms-boilerplate

ActiveProject[Framework](/categories/framework)

fusionary/craftcms-boilerplate
==============================

Craft CMS Boilerplate

461PHP

Since Mar 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/timkelty/craftcms-boilerplate)[ Packagist](https://packagist.org/packages/fusionary/craftcms-boilerplate)[ RSS](/packages/fusionary-craftcms-boilerplate/feed)WikiDiscussions redacted Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#craft-cms-boilerplate)

Opinionated boilerplate configuration of Craft CMS.

Features
--------

[](#features)

- Ansible/Docker environment provisioning
- CI/CD Deployments via [Gitlab CI/CD](https://about.gitlab.com/features/gitlab-ci-cd/)
- Front-end asset building via [Neutrino](https://neutrino.js.org/)
- Bootstrapped and configured using [Craft CMS Bootstrap](https://github.com/timkelty/craftcms-bootstrap)

Development Quickstart
----------------------

[](#development-quickstart)

### Prerequisites

[](#prerequisites)

- [Ansible](http://docs.ansible.com/ansible) &gt;=2.4 (`brew install ansible` or `pip install ansible`)
- [Docker](https://www.docker.com/community-edition) (`brew cask install docker`)

### Getting Started

[](#getting-started)

1. **Create New Project**

```
composer create-project fusionary/craftcms-boilerplate my-project && cd my-project

```

2. **Grab the lastest DevOps goodies**

```
rm -rf ops/ansible &&
git clone https://gitlab.fusionary.com/fusionary/devops/ansible.git ops/ansible &&
rm -rf ops/ansible/.git

```

3. **Ansible Vault Password**

> Get the Ansible Vault password for this project (probably in Keybase), and write it to `ops/ansible/.vault_pass`:

```
echo "replace-me" > ops/ansible/.vault_pass

```

4. **Provision and Build Environment**

```
ansible-galaxy install -r ops/ansible/requirements.yml &&
ops/ansible/bin/provision.sh local &&
yarn docker-compose up -d &&
yarn docker-compose run app composer install &&
yarn &&
yarn build

```

4. **Get a Database**

```
yarn db pull development

```

5. **Start Developing**

> Enjoy hot-module replacement/css live-reloading.

```
yarn start

```

### More Info

[](#more-info)

- [Full Setup Docs](./ops/README.md)
- See @timkelty or @jswewart
-

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/f17a828989c32b4dc355214677bca83beeb894450f4ddb3c2b7fa4897712457c?d=identicon)[timkelty](/maintainers/timkelty)

### Embed Badge

![Health badge](/badges/fusionary-craftcms-boilerplate/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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