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(6mo ago)12MITPHP

Since Dec 9Pushed 5mo 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 today

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

28

—

LowBetter than 52% of packages

Maintenance70

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

206d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20016783?v=4)[Maxime Malherbe](/maintainers/Goramax)[@Goramax](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[mnapoli/silly

Silly CLI micro-framework based on Symfony Console

93910.7M143](/packages/mnapoli-silly)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[aplus/aplus

Aplus Command Line Tool

2451.6M](/packages/aplus-aplus)

PHPackages © 2026

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