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-10-31 00:18:05 UTC


README

PHP Composer codecov.io 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": [

    ]
}