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

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

stenope/skeleton
================

Stenope skeleton for content sites

3932PHP

Since Sep 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/StenopePHP/skeleton)[ Packagist](https://packagist.org/packages/stenope/skeleton)[ RSS](/packages/stenope-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Stenope Skeleton
================

[](#stenope-skeleton)

This skeleton is an opinionated starter kit for creating your static website with [Stenope](https://stenopephp.github.io/Stenope/).

It contains [a few features](https://stenopephp.github.io/skeleton/articles/guide#what-s-inside) to get you started if you plan to create a content website from scratch along with the following stack:

- Symfony 6.4
- Symfony AssetMapper
- Sass
- Lint / CS (php-cs-fixer, phpstan, eslint, …)
- Glide integration for images resizing
- and more…

Create a new project
--------------------

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

Start a new app from scratch using this skeleton with:

```
composer create-project stenope/skeleton -s dev
```

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

[](#prerequisites)

Either:

- Node 16+,
- PHP 8.1+
- [Symfony CLI](https://symfony.com/download)
- Composer
- Make

Setup
-----

[](#setup)

Install the dependencies using

```
make install
```

Dev
---

[](#dev)

Start a server using

```
make serve
```

The Symfony CLI exposes you the URL at which the site is available.

> **Note**`make serve` is enough to serve both PHP app and assets.
> You're ready to dev!

Build
-----

[](#build)

### Assets

[](#assets)

```
make build.assets
```

### Content

[](#content)

```
make build.content
```

### Assets+Content

[](#assetscontent)

Build the whole static site from source, with assets:

```
make build.static
```

Serve the static version using:

```
make serve.static
```

Going further
-------------

[](#going-further)

Learn more about this skeleton by browsing its content.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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://www.gravatar.com/avatar/cd85664ba6dfdcecbcae9d4b7fbc8ba40e64dfddbe1ea9384b7c46c38e9ad79c?d=identicon)[ogizanagi](/maintainers/ogizanagi)

![](https://www.gravatar.com/avatar/f497828e274ddf2cf6a6ee06ca3ec53f49f6c2045eee9fc0a8e7b2ca5829a6d6?d=identicon)[StenopePHP](/maintainers/StenopePHP)

---

Top Contributors

[![ogizanagi](https://avatars.githubusercontent.com/u/2211145?v=4)](https://github.com/ogizanagi "ogizanagi (9 commits)")[![atierant](https://avatars.githubusercontent.com/u/1587260?v=4)](https://github.com/atierant "atierant (1 commits)")

---

Tags

hacktoberfestskeletonstaticstenopesymfony

### Embed Badge

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

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

###  Alternatives

[mirocow/yii2-yandex-maps

Yii 2 yandex map module

2324.5k1](/packages/mirocow-yii2-yandex-maps)[singlequote/laravel-datatables

This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations

1924.2k](/packages/singlequote-laravel-datatables)

PHPackages © 2026

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