PHPackages                             troisieme/overdog - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. troisieme/overdog

ActiveProject[Utility &amp; Helpers](/categories/utility)

troisieme/overdog
=================

A Craft CMS scaffolding project

2.1.1(8mo ago)030MITTwig

Since Mar 12Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/troisieme-ca/overdog-ST)[ Packagist](https://packagist.org/packages/troisieme/overdog)[ RSS](/packages/troisieme-overdog/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (15)Used By (0)

Overdog - A scaffolding project for Craft CMS 5.x
=================================================

[](#overdog---a-scaffolding-project-for-craft-cms-5x)

This Craft CMS starter project is for developers who want to build a website or small web application from a solid foundation based on best practices.

Version
-------

[](#version)

2.1.1

Installation
------------

[](#installation)

Navigate to your web projects folder. You can change the last term "overdog" - this will be the name of your project folder.

### Create a new project

[](#create-a-new-project)

```
  composer create-project troisieme/overdog overdog
```

### Install Node.js packages for development and compilation

[](#install-nodejs-packages-for-development-and-compilation)

```
  yarn install
```

### Set up a new local server host and database

[](#set-up-a-new-local-server-host-and-database)

1. Create a new Host on your local server.
2. Set up a MySQL database. You can use the username and password as "root/root", as this will never be deployed.
3. Point this host to the web folder of your project.

Note

If you're using MAMP Pro, make sure "Allow network access to MySQL" is checked in the MySQL tab.

### Update certain variables in the .env file

[](#update-certain-variables-in-the-env-file)

In the .env file located at the root of your project, fill in the following details. You can leave the other variables empty for the time being and configure them later:

- `CRAFT_SYSTEM_NAME` — Project name - this will be visible in the Control Panel; enclose it in quotes.
- `SITE_URL` — The main development URL of your host (without trailing slash).
- `SITE_GROUP` — Name of the locale (language) group. Likely the project name.
- `CRAFT_DB_DRIVER` — "mysql"
- `CRAFT_DB_SERVER` — "localhost" or "127.0.0.1" (as an example).
- `CRAFT_DB_PORT` — Commonly "3306" or "8889".
- `CRAFT_DB_DATABASE` — Name of the database you created.
- `CRAFT_DB_USER` — Username (possibly "root").
- `CRAFT_DB_PASSWORD` — Password (possibly "root").
- `CRAFT_DB_SCHEMA` — "public".
- `CRAFT_DB_TABLE_PREFIX` — Database table prefix, typically left empty in most scenarios.

---

Install Craft CMS
-----------------

[](#install-craft-cms)

In your project folder, execute the following in the terminal.

```
  php craft setup/welcome
```

Note

When prompted for the SITE NAME, SITE URL, and LANGUAGE during installation, simply press Enter. Your installation will align with the settings from your .env file. Should you have maintained the default Overdog details in the env file, you'll have the flexibility to adjust them post-installation.

---

Create a Git repo with your git provider
----------------------------------------

[](#create-a-git-repo-with-your-git-provider)

Set up your project with your provider.

Warning

 **Do not** check "Initialize repository with a readme"; keep it entirely empty.

### Integrate Git with your local project

[](#integrate-git-with-your-local-project)

1. Add the previously created project folder to your software or terminal to initialize Git (the method may vary slightly depending on the tool you're using).
2. After the first commit, consider renaming your local branch to "develop".
3. Add the remote link, ideally using SSH, of the project you set up with your provider.
4. Make an initial commit on the "develop" branch and push it to create a new "develop" branch on the remote repository.

Documentation
-------------

[](#documentation)

[Click here for documentation](https://st.overdog.io/)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance61

Regular maintenance activity

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~42 days

Recently: every ~29 days

Total

14

Last Release

246d ago

Major Versions

1.6.2.1 → 2.0.02025-07-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/02f337abaa7510a3feed02c5964c266e62b53131f07d2723854ffc706b82e4ba?d=identicon)[troisieme](/maintainers/troisieme)

---

Top Contributors

[![troisieme-ca](https://avatars.githubusercontent.com/u/160646369?v=4)](https://github.com/troisieme-ca "troisieme-ca (21 commits)")[![melissadoyon](https://avatars.githubusercontent.com/u/78555821?v=4)](https://github.com/melissadoyon "melissadoyon (2 commits)")

---

Tags

craft cms3ejoueurOverdogCraft CMS starterCraft CMS boilerplatetroisième

### Embed Badge

![Health badge](/badges/troisieme-overdog/health.svg)

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

###  Alternatives

[craftcms/shopify

Shopify for Craft CMS

549.2k1](/packages/craftcms-shopify)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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