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 2w ago

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 18% 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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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