PHPackages                             z77/skeleton - 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. z77/skeleton

ActiveProject[Framework](/categories/framework)

z77/skeleton
============

Project skeleton for the z77 framework — composer create-project z77/skeleton my-project

1.0.3(1mo ago)020↓66.7%MITPHP &gt;=8.2

Since Jul 15Pushed 1mo agoCompare

[ Source](https://github.com/z77-ch/z77-skeleton)[ Packagist](https://packagist.org/packages/z77/skeleton)[ Docs](https://github.com/z77-ch/z77-framework)[ RSS](/packages/z77-skeleton/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

z77 Project Skeleton
====================

[](#z77-project-skeleton)

Starter template for a project built on the [z77 framework](https://github.com/z77-ch/z77-framework).

Prerequisites
-------------

[](#prerequisites)

- **PHP ≥ 8.2 (CLI)** with the `mbstring`, `fileinfo` and `gd` extensions enabled — the installer and the site run on it (`apcu` is optional but recommended: faster cache)
- **Composer 2.x**

That's all. Node.js is only needed if you edit the framework's SCSS — see [dev-environment](https://github.com/z77-ch/z77-framework/blob/main/docs/01-handbook/dev-environment.md)for the full toolchain.

Start a project
---------------

[](#start-a-project)

**Without git** — the simplest way:

```
composer create-project z77/skeleton my-project
cd my-project
composer dev        # serves http://localhost:8080 from public/
```

**With git** — use this repo as a GitHub template:

1. Click **Use this template** → create your repository, then clone it.
2. `composer install`
3. `composer dev`

Either way, the installer creates `public/`, `config/`, `data/`, `override/`, `lib/`, `logs/` and seeds a runnable starter site. You don't create these by hand.

You write your project under `override/z77/…`; the framework packages stay untouched in `vendor/` and are updated with `composer update`.

What's in this template
-----------------------

[](#whats-in-this-template)

Only `composer.json`. Everything else is generated by the installer on the first `composer install`. Version-control your project however you like — this template deliberately ships **no `.gitignore`**: what you commit is your call.

AI-assisted development
-----------------------

[](#ai-assisted-development)

During install you are asked whether to add **`z77/docs`** — the complete, AI-optimized framework documentation — as a dev dependency. Say yes (default) and it lands in `vendor/z77/docs`, version-matched to the framework and excluded from `--no-dev`deploys. The installer also seeds a project **`CLAUDE.md`** pointing your AI assistant (e.g. Claude Code) at the docs and the override rules: open the project, ask *"what do we have here?"*, and it can start working. Skipped it? `composer require --dev z77/docs` adds it any time.

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

[](#documentation)

The full handbook lives in the framework repo: [z77-ch/z77-framework/docs](https://github.com/z77-ch/z77-framework/tree/main/docs). Good first reads: [architecture](https://github.com/z77-ch/z77-framework/blob/main/docs/01-handbook/architecture.md)· [create-page](https://github.com/z77-ch/z77-framework/blob/main/docs/01-handbook/create-page.md)· [create-module](https://github.com/z77-ch/z77-framework/blob/main/docs/01-handbook/create-module.md)

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

4

Last Release

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6251635?v=4)[z77](/maintainers/z77)[@z77](https://github.com/z77)

---

Top Contributors

[![z77-ch](https://avatars.githubusercontent.com/u/239538121?v=4)](https://github.com/z77-ch "z77-ch (5 commits)")

---

Tags

frameworkphpskeletontemplatephpframeworkmvcSkeletonstarterz77

### Embed Badge

![Health badge](/badges/z77-skeleton/health.svg)

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

PHPackages © 2026

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