PHPackages                             skyline-project/component-template - 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. skyline-project/component-template

ActiveLibrary

skyline-project/component-template
==================================

Skyline CMS Component template to create css and js files that can be required by templates

v0.8.0(5y ago)05MITPHP

Since Oct 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tasoftch/skyline-component-template)[ Packagist](https://packagist.org/packages/skyline-project/component-template)[ RSS](/packages/skyline-project-component-template/feed)WikiDiscussions master Synced 1w ago

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

Skyline CMS Component Template
==============================

[](#skyline-cms-component-template)

A PhpStorm template to create custom Skyline CMS component templates.

### Create Project

[](#create-project)

```
$ composer create-project skyline-project/component-template ./my-template

```

Then update the component's name:

1. `composer.json`
    line 2: `skyline-project/component-template` =&gt; `your-component`
2. `package.json`
    line: 2: `skyline-component-template` =&gt; `your-component`
    line: 9: `… dist/skyline-component-template.min.css` =&gt; `… dist/your-component.min.css`
3. `components.cfg.php`
    lines 14 and 15, 22 and 23, 30 and 31.

#### Start Developing

[](#start-developing)

JS: `src/index.js`
CSS: `style/main.scss`

#### Building

[](#building)

Just run npm predefined scripts:

Build JS only (dev): `npm run build:js`
Build CSS only: `npm run build:css`
Build whole component: `npm run build`

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2054d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a2cbc935280abb17dff50d846e1d9ce71f265ccb2bfbe924794d4f1cdf7d6d3?d=identicon)[skyline-project](/maintainers/skyline-project)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/skyline-project-component-template/health.svg)

```
[![Health](https://phpackages.com/badges/skyline-project-component-template/health.svg)](https://phpackages.com/packages/skyline-project-component-template)
```

PHPackages © 2026

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