PHPackages                             noctalys/cli - 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. noctalys/cli

ActiveLibrary[Framework](/categories/framework)

noctalys/cli
============

CLI to setup a new Noctalys based project

0.0.2(5mo ago)12MITPHP

Since Dec 9Pushed 3mo agoCompare

[ Source](https://github.com/Goramax/noctalys-cli)[ Packagist](https://packagist.org/packages/noctalys/cli)[ Docs](https://noctalys.org)[ RSS](/packages/noctalys-cli/feed)WikiDiscussions master Synced 1mo ago

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

Noctalys CLI
============

[](#noctalys-cli)

Note

This installer and framework are in early development and may be unstable and subject to change.

A command-line installer and scaffolding tool for Noctalys-based projects.

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

[](#installation)

### Global (recommended)

[](#global-recommended)

Install globally so you can run `noctalys` from anywhere:

```
composer global require noctalys/cli
```

### Local (per project)

[](#local-per-project)

Add the CLI as a dev dependency in a project:

```
composer require --dev noctalys/cli
```

Run via the project's vendor bin:

```
vendor/bin/noctalys --help
```

Usage
-----

[](#usage)

Warning

Template engine syntax converter (Latten, Twig, Smarty) is still WIP, you may need to adjust templates manually after generation.

Common commands:

```
# Initialize a new Noctalys project in current directory
noctalys init

# Generate a page
noctalys make:page Home

# Generate a layout
noctalys make:layout Main
```

If installed locally:

```
vendor/bin/noctalys init
vendor/bin/noctalys make:page Home
vendor/bin/noctalys make:layout Main
```

Requirements
------------

[](#requirements)

- PHP 8.1+ (recommended)
- Composer 2.x

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance77

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47a26ad5e48c6ea50f5dd1dda08a49bf0780f8e44c7babbd856714fafc3633ec?d=identicon)[Goramax](/maintainers/Goramax)

---

Top Contributors

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

---

Tags

cliframeworkinstallertoolboilerplatenoctalys

### Embed Badge

![Health badge](/badges/noctalys-cli/health.svg)

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

###  Alternatives

[aplus/aplus

Aplus Command Line Tool

2461.6M](/packages/aplus-aplus)[mnapoli/silly

Silly CLI micro-framework based on Symfony Console

93110.5M128](/packages/mnapoli-silly)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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