PHPackages                             netis-cms/netis - 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. netis-cms/netis

ActiveLibrary[Framework](/categories/framework)

netis-cms/netis
===============

Installer for creating a Netis CMS project.

551PHPCI passing

Since Jun 7Pushed 3w ago2 watchersCompare

[ Source](https://github.com/netis-cms/netis)[ Packagist](https://packagist.org/packages/netis-cms/netis)[ RSS](/packages/netis-cms-netis/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Netis CMS
=========

[](#netis-cms)

Installer for creating a Netis CMS project on top of Drago Project.

[![Coding Style](https://github.com/netis-cms/netis/actions/workflows/coding-style.yml/badge.svg)](https://github.com/netis-cms/netis/actions/workflows/coding-style.yml)[![PHP version](https://camo.githubusercontent.com/fd3998a5d305172ca4906041747ff1b80bf63c2f388dbbfadffc2daef4b172d3/68747470733a2f2f62616467652e667572792e696f2f70682f6e657469732d636d732532466e657469732e737667)](https://badge.fury.io/ph/netis-cms%2Fnetis)

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

[](#requirements)

- PHP &gt;= 8.3
- Composer

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

[](#installation)

```
composer global require netis-cms/netis:dev-master
```

Usage
-----

[](#usage)

Create a new project:

```
create-netis cms
```

Without an argument, the default target directory is `netis`:

```
create-netis
```

You can also install into the current empty directory:

```
create-netis .
```

For local testing from this repository:

```
php bin/create-netis cms
```

What It Does
------------

[](#what-it-does)

The command creates a base Drago project, installs the Netis preset packages, copies project resources, cleans vendor resource folders and exports SQL migrations:

```
composer create-project drago-ex/project  --no-scripts
composer require --no-scripts
php vendor/bin/drago-install
php vendor/bin/drago-clean
php vendor/bin/sql-export migrations
```

After Create
------------

[](#after-create)

Go to the created project directory:

```
cd cms
```

Install frontend dependencies:

```
npm install
```

Build frontend assets:

```
npm run vite:build
```

Build Docker images:

```
npm run docker:build
```

Start the development Docker environment:

```
npm run docker:dev
```

All available npm commands are listed in the created project's `package.json`.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance62

Regular maintenance activity

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 99.7% 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://avatars.githubusercontent.com/u/5998929?v=4)[Zdeněk Papučík](/maintainers/accgit)[@accgit](https://github.com/accgit)

---

Top Contributors

[![accgit](https://avatars.githubusercontent.com/u/5998929?v=4)](https://github.com/accgit "accgit (708 commits)")[![qodana-bot](https://avatars.githubusercontent.com/u/139879315?v=4)](https://github.com/qodana-bot "qodana-bot (2 commits)")

---

Tags

nette

### Embed Badge

![Health badge](/badges/netis-cms-netis/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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