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

ActiveLibrary

taniko/saori-skeleton
=====================

Saori Skeleton

v3.0.0(8y ago)116MITPHPPHP &gt;=7.0.0

Since Aug 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/taniko/saori-skeleton)[ Packagist](https://packagist.org/packages/taniko/saori-skeleton)[ RSS](/packages/taniko-saori-skeleton/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Saori Skeleton
==============

[](#saori-skeleton)

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

[](#installation)

```
composer create-project taniko/saori-skeleton blog
```

Usage
-----

[](#usage)

```
php saori

# initialize
php saori init

# generate draft file
php saori draft first_article

# edit draft file
vim draft/first_article/article.md
vim draft/first_article/config.json

# post
php saori post first_article

# generate static site
php saori build
```

Setting
-------

[](#setting)

contents/config.json

```
{
    "id"        :   "username",
    "local"     :   "http://localhost:8000",
    "title"     :   "Example Blog",
    "author"    :   "John Doe",
    "theme"     :   "saori",
    "lang"      :   "en",
    "link"      :   {
        "github"    :   "https://github.com",
        "twitter"   :   "https://twitter.com"
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~91 days

Total

4

Last Release

3280d ago

Major Versions

v1.1.0 → v3.0.02017-05-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/31c74cf26964cb2aae713fcc57ad3b3a2e9082ffd5e017bbe84fb4a86ae6c5e3?d=identicon)[taniko](/maintainers/taniko)

### Embed Badge

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

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

PHPackages © 2026

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