PHPackages                             geoffselby/jigsaw-installer - 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. geoffselby/jigsaw-installer

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

geoffselby/jigsaw-installer
===========================

Jigsaw site installer.

v1.0.0(5y ago)18MITPHPPHP ^7.3|^8.0

Since May 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/GeoffSelby/jigsaw-installer)[ Packagist](https://packagist.org/packages/geoffselby/jigsaw-installer)[ RSS](/packages/geoffselby-jigsaw-installer/feed)WikiDiscussions main Synced 3w ago

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

Jigsaw Installer
================

[](#jigsaw-installer)

CLI to easily install and initialize [Jigsaw](https://jigsaw.tighten.co) sites with a single command

[![GitHub Workflow Status (branch)](https://camo.githubusercontent.com/a33bec1d977c03376984df5f2b212c2e864c0ba884539a87e5e7c6695f123413/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f47656f666653656c62792f6a69677361772d696e7374616c6c65722f74657374732f6d61696e3f6c6f676f3d676974687562267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/a33bec1d977c03376984df5f2b212c2e864c0ba884539a87e5e7c6695f123413/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f47656f666653656c62792f6a69677361772d696e7374616c6c65722f74657374732f6d61696e3f6c6f676f3d676974687562267374796c653d666f722d7468652d6261646765)[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/5a934b6ee5bcbbd7d097b4d1f5754d1b42673ff8454c7572aad0dfc3194ce290/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f67656f666673656c62792f6a69677361772d696e7374616c6c65723f6c6162656c3d56657273696f6e267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/5a934b6ee5bcbbd7d097b4d1f5754d1b42673ff8454c7572aad0dfc3194ce290/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f67656f666673656c62792f6a69677361772d696e7374616c6c65723f6c6162656c3d56657273696f6e267374796c653d666f722d7468652d6261646765)[![GitHub](https://camo.githubusercontent.com/2e0e6444723edf58fc5e6b8a6be456153d21083968b8a78d18a4bf663bf25f65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f47656f666653656c62792f6a69677361772d696e7374616c6c65723f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/2e0e6444723edf58fc5e6b8a6be456153d21083968b8a78d18a4bf663bf25f65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f47656f666653656c62792f6a69677361772d696e7374616c6c65723f7374796c653d666f722d7468652d6261646765)

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

[](#installation)

Install the CLI with [Composer](https://getcomposer.org):

```
composer global require geoffselby/jigsaw-installer
```

Usage
-----

[](#usage)

To install and initialize a new site with [Jigsaw](https://jigsaw.tighten.co):

```
jigsaw new my-site
```

> This will install Jigsaw in a directory named `my-site` and initialize your Jigsaw site. It also initializes Git for you and creates an initial commit automatically.

### Using starter templates

[](#using-starter-templates)

Jigsaw allows you to use a starter template when initializing a new site. You can choose between the two official starters ([blog](https://github.com/tighten/jigsaw-blog-template) and [docs](https://github.com/tighten/jigsaw-docs-template)) or any third-party starter on [Packagist](https://packagist.org/packages/tightenco/jigsaw?query=tighten%20jigsaw%20starter).

To use an official starter with this installer, use the `--starter` option:

```
jigsaw new my-site --starter blog
```

Or, to use a third-party starter, use the `vendor/package` syntax:

```
jigsaw new my-site --starter rickwest/jigsaw-clean-blog
```

### Installing the development version

[](#installing-the-development-version)

If you would like to install the development version of Jigsaw to test out new features before a stable release, use the `--dev` option:

```
jigsaw new my-site --dev
```

### Install a specific version

[](#install-a-specific-version)

In rare cases, you may need to install a specific version of Jigsaw. To do this, use the `--v` option:

```
jigsaw new my-site --v
```

### Don't initialize Git

[](#dont-initialize-git)

If you don't want to initialize Git automatically, use the `--no-git` option:

```
jigsaw new my-site --no-git
```

License
-------

[](#license)

Jigsaw Installer is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1873d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86513d9a9475578032264ee9620d33234e436271109dd2bdc7e3cb788833c2a0?d=identicon)[geoffselby](/maintainers/geoffselby)

---

Top Contributors

[![GeoffSelby](https://avatars.githubusercontent.com/u/6684498?v=4)](https://github.com/GeoffSelby "GeoffSelby (11 commits)")

---

Tags

installerjigsaw

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/geoffselby-jigsaw-installer/health.svg)

```
[![Health](https://phpackages.com/badges/geoffselby-jigsaw-installer/health.svg)](https://phpackages.com/packages/geoffselby-jigsaw-installer)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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