PHPackages                             diazoxide/nardivan - 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. diazoxide/nardivan

ActiveLibrary

diazoxide/nardivan
==================

Nardivan

1.0(6y ago)1131GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Sep 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/diazoxide/nardivan)[ Packagist](https://packagist.org/packages/diazoxide/nardivan)[ RSS](/packages/diazoxide-nardivan/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nardivan local environment creation tool
========================================

[](#nardivan-local-environment-creation-tool)

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

[](#installation)

> Installation command.

1. Download and install package ```
    composer global require diazoxide/nardivan:dev-master
    ```

> If you need to use nardivan as global bash command then you should add composer/vendor/bin directory to your user PATH

```
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
```

2. Create `nardivan.json` file on your project root directory ```
    {
      "directory": "public_html",
      "use-symlink-method":true,
      "scripts": {
        "pre-update": [],
        "post-update": [],
        "pre-install": [],
        "post-install": []
      },
      "environments-scripts": {
        "pre-update": [
          "echo 'Start global'"
        ],
        "post-update": [
          "if [ -f \"composer.json\" ]; then composer update; fi;",
          "if [ -f \"package.json\" ]; then npm install; fi;"
        ]
      },
      "environments": [
        {
          "target": "wp-content/themes/my-theme",
          "name": "my-repo-name",
          "git": {
            "url": "git@gitlab.com:my/custom/repo.git",
            "branch": "master"
          },
          "scripts": {
            "pre-update": [
              "echo 'you custom command'"
            ],
            "post-update": [
              "echo 'your custom command'"
            ]
          }
        }
     ]
    }
    ```
3. Run installation command ```
    nardivan install
    ```
4. Run update command ```
    nardivan update
    ```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2430d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/759f35eb535bd0e8362784571e18d215e04dd4eb531c75d7b3b6a82bd5243a6d?d=identicon)[eyehollow](/maintainers/eyehollow)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/diazoxide-nardivan/health.svg)

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

PHPackages © 2026

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