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

ActiveProject[Framework](/categories/framework)

envsa/craft
===========

envsa Craft 3 CMS scaffolding project

2.0.0(4y ago)09CC-BY-3.0TwigCI failing

Since Dec 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/envsa/craft)[ Packagist](https://packagist.org/packages/envsa/craft)[ Docs](https://craftcms.com/)[ RSS](/packages/envsa-craft/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

[![Craft CMS logo](https://camo.githubusercontent.com/47095b3a61ba99a6473dd41068f7b92042ac6dad4e7a7e9563d7667b31653b9a/68747470733a2f2f6372616674636d732e636f6d2f6372616674636d732e737667)](https://craftcms.com/)

About envsa/craft
-----------------

[](#about-envsacraft)

This is an alternate scaffolding package for Craft 3 CMS projects to Pixel &amp; Tonic's canonical [craftcms/craft](https://github.com/craftcms/craft) package.

This project has been built following base principals from Andrew Welch's scaffolding project [nystudio107/craft](https://github.com/nystudio107/craft/tree/2.1.1) package (as at version 2.1.1).

Using envsa/craft
-----------------

[](#using-envsacraft)

This project package works exactly the way Pixel &amp; Tonic's [craftcms/craft](https://github.com/craftcms/craft) package works; you create a new project by first creating &amp; installing the project:

```
composer create-project envsa/craft PATH
```

Make sure that `PATH` is the path to your project, including the name you want for the project, eg.:

```
composer create-project envsa/craft craft3
```

Say `no` when prompted to start the craft setup, then `cd` to your new project directory.

```
cd PATH
```

The next step will depend on your local dev setup, we'll be using [nitro](https://github.com/craftcms/nitro).

```
nitro add
```

- Hostname: \[craft3.nitro\]
- Web root: \[web\]
- PHP version: \[7.4\]
- Add a db for the site: \[Y\] \[craft3\]
- Update the .env file: \[Y\]
- Apply changes \[Y\]

You will also need to update the `.env` file with the `SITE_URL` that you chose for the hostname.

```
nitro db import starterbase.sql
```

When prompted use the db that you specified in the previous step \[craft3\]

Run Craft's `setup` console command to create your environment:

```
./craft setup
```

Finally we need to build our assets.

```
nvm use
npm install
npx install-peerdeps --dev @envsa/eslint-config
npm run build
```

You should be ready to go, visit the your url and test it out.

#### Pre git checklist

[](#pre-git-checklist)

Get contents of of `config/license.key` and add them to the environment variable.

Uncomment line 22 of `./craft` and `web/index.php`

Remove `starterbase.db`

Default login

```
dew.internet@sa.gov.au
password

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~538 days

Total

2

Last Release

1806d ago

Major Versions

1.0.0 → 2.0.02021-06-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36829732?v=4)[Liam Rella](/maintainers/rellafella)[@rellafella](https://github.com/rellafella)

---

Top Contributors

[![rellafella](https://avatars.githubusercontent.com/u/36829732?v=4)](https://github.com/rellafella "rellafella (62 commits)")[![minalove](https://avatars.githubusercontent.com/u/14028979?v=4)](https://github.com/minalove "minalove (1 commits)")

---

Tags

craftcmsprojectCraftcraftcms

### Embed Badge

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

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

###  Alternatives

[craftcms/craft

Craft CMS

202304.8k2](/packages/craftcms-craft)[nystudio107/craft

nystudio107 Craft 3 CMS scaffolding project

2923.5k](/packages/nystudio107-craft)

PHPackages © 2026

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