Sebastien Rousseau  Logo

Usage

@sebastienrousseau/php-config can be consumed across all standard module formats.

CommonJS

const config = require("@sebastienrousseau/php-config");
console.log(config.presets);

ES Modules

import config from "@sebastienrousseau/php-config";
console.log(config.defaultPreset);