jeyroik/extas-config-php

There is no license information available for the latest version (0.3.0) of this package.

Extas config from php generator

0.3.0 2023-07-02 20:03 UTC

This package is auto-updated.

Last update: 2024-05-01 00:10:18 UTC


README

PHP Composer codecov.io 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61663032306638393861333339376362303933642f6d61696e7461696e6162696c697479 Latest Stable Version Total Downloads Dependents

extas-config-php

Generate extas.json from php config

install

# composer require jeyroik/extas-config-php

usage

# vendor/bin/extas-cfg-php g

See help for details:

# vendor/bin/extas-cfg-php -h

result example

extas.php

<?php

return [
    "tables" => []
];

Result:

extas.json

{
    "tables": [

    ]
}