niktux/karma

CLI tool to manage environment dependent configuration

Installs: 15 970

Dependents: 1

Suggesters: 0

Security: 0

Stars: 20

Watchers: 4

Forks: 8

Open Issues: 4

Type:script

8.1.0 2022-12-27 21:19 UTC

README

PHP CLI tool to hydrate source code with environment dependent values

⚠️ PHP7.4 users, please use Karma 7.4.x

⚠️ PHP5 users and PHP 7.3- users, please use Karma 5.x

QA

SensioLabsInsight

Service Result
Packagist Latest Stable Version

Installation

Download latest phar (recommended) :

  wget https://github.com/Niktux/karma/releases/download/8.1.0/karma.phar

Or use composer (disapproved)

{
    "require": {
        "niktux/karma" : "~8.1"
    }
}

Full Documentation

You can find it here : http://karma-php.com/

Versionning

Karme use semver. It supports PHP 5.6 until Karma 5.6 version. Next version dropped 5.6 support but also 7.0 to 7.3 one : that's why we jumped from Karma 5.6 to ... Karma 7.4

As Karma is a mature tool and do not need to evolve, versionning currently follows php's one for easier compatibility reading.