PHPackages                             joshuaestes/thoth - 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. [Templating &amp; Views](/categories/templating)
4. /
5. joshuaestes/thoth

AbandonedProject[Templating &amp; Views](/categories/templating)

joshuaestes/thoth
=================

PHP Static Site Generator

27PHPCI failing

Since Jun 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JoshuaEstes/thoth)[ Packagist](https://packagist.org/packages/joshuaestes/thoth)[ RSS](/packages/joshuaestes-thoth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Thoth
=====

[](#thoth)

PHP Static Site Generator

---

Install
=======

[](#install)

`composer global require "joshuaestes/thoth:dev-master"`

Getting Started
===============

[](#getting-started)

Configuration
=============

[](#configuration)

Config done via .thoth.{yaml|yml} and .env{.local} files

```
# .thoth.yml
theme: default # can use vendor/theme to pull from github
source: .
destination: ./public
```

New Command
===========

[](#new-command)

`thoth new [dir]`, "dir" defaults to currently directory

- Generates a new thoth project in given directory

Watch Command
=============

[](#watch-command)

`thoth watch` will generate a new site if anything changes

- runs `thoth generate`

Generate Command
================

[](#generate-command)

`thoth generate` output to `/public`

- `/public` can be configured

Serve Command
=============

[](#serve-command)

`thoth serve` will use php webserver to serve generated files?

- Option to --watch

Deploy Command?
===============

[](#deploy-command)

Themes
======

[](#themes)

Themes are stored in `themes` directory. Directory is name of theme

themes/default themes/blog themes/docs

Theme files

- `base.html.twig`
- `home.html.twig`
- `page.html.twig`
- `post.html.twig`
- `_head.html.twig`
- `_header.html.twig`
- `_footer.html.twig`
- `full-width.layout.html.twig`

"included" files will be prefixed with an underscore

Assets are store in the `assets` directory for the theme, ie themes/blog/assets

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/447419?v=4)[Joshua Estes](/maintainers/joshuaestes)[@JoshuaEstes](https://github.com/JoshuaEstes)

---

Top Contributors

[![JoshuaEstes](https://avatars.githubusercontent.com/u/447419?v=4)](https://github.com/JoshuaEstes "JoshuaEstes (30 commits)")

---

Tags

markdownphpstatic-site-generatortwig

### Embed Badge

![Health badge](/badges/joshuaestes-thoth/health.svg)

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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