PHPackages                             instante/neon-configurator - 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. [CLI &amp; Console](/categories/cli)
4. /
5. instante/neon-configurator

ActiveLibrary[CLI &amp; Console](/categories/cli)

instante/neon-configurator
==========================

Instante NEON configurator is a command-line utility to update NEON files.

0415PHP

Since Mar 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/instante/neon-configurator)[ Packagist](https://packagist.org/packages/instante/neon-configurator)[ RSS](/packages/instante-neon-configurator/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Instante NEON configurator
==========================

[](#instante-neon-configurator)

[![Build Status](https://camo.githubusercontent.com/fc4f61dd5c04bd6ee7627e5908b5964fcb0f3a723d7e2e5efc52ec02c4923240/68747470733a2f2f7472617669732d63692e6f72672f696e7374616e74652f6e656f6e2d636f6e666967757261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/instante/neon-configurator)[![Downloads this Month](https://camo.githubusercontent.com/04dd1b06b4872ed65975eeb2d6e604e72b79e4a924dda3e9f5d45ff49a36d49f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f696e7374616e74652f6e656f6e2d636f6e666967757261746f722e737667)](https://packagist.org/packages/instante/neon-configurator)[![Latest stable](https://camo.githubusercontent.com/1720ab6aded3b19385095b03438fe95abf3f7061fe5d9a0cb5c23fbb1f514487/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e7374616e74652f6e656f6e2d636f6e666967757261746f722e737667)](https://packagist.org/packages/instante/neon-configurator)

Makes updates to `neon` configuration files super easy.

Includes integration as a `Kdyby\Console` command or running through simple php file included in composer bin.

Usage:
------

[](#usage)

```
$ vendor/bin/update-neon path/to/neon-file.neon path.to.key value
$ vendor/bin/update-neon app/config/local.neon parameters.webmasterEmail john@doe.com

```

Field types are parsed and written back as NEON values. Note that shell consumes quotes, so you have to backslash them if you want to actually insert a string. like in this example:

```
$ vendor/bin/update-neon demo.neon foo yes
$ vendor/bin/update-neon demo.neon bar "yes"
$ vendor/bin/update-neon demo.neon baz \"yes\"

```

results in

```
foo: true
bar: true
baz: "yes"

```

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

[](#requirements)

- PHP 5.6 or higher
- [NEON](https://github.com/nette/neon) 2.4

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

[](#installation)

The best way to install Instante neon-configurator is using [Composer](http://getcomposer.org/):

```
$ composer require instante/neon-configurator
```

Caveats
-------

[](#caveats)

- The utility is currently unable to preserve comments and drops all of them.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/883765?v=4)[amik](/maintainers/amik)[@amik](https://github.com/amik)

---

Top Contributors

[![richard-ejem](https://avatars.githubusercontent.com/u/7109726?v=4)](https://github.com/richard-ejem "richard-ejem (8 commits)")

### Embed Badge

![Health badge](/badges/instante-neon-configurator/health.svg)

```
[![Health](https://phpackages.com/badges/instante-neon-configurator/health.svg)](https://phpackages.com/packages/instante-neon-configurator)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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