jeyroik/extas-config-php

此包的最新版本(0.3.0)没有可用的许可证信息。

从php生成Extas配置

0.3.0 2023-07-02 20:03 UTC

This package is auto-updated.

Last update: 2024-10-01 00:14:54 UTC


README

PHP Composer codecov.io Latest Stable Version Total Downloads Dependents

extas-config-php

从php配置生成extas.json

安装

# composer require jeyroik/extas-config-php

用法

# vendor/bin/extas-cfg-php g

查看帮助以获取详细信息

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

结果示例

extas.php

<?php

return [
    "tables" => []
];

结果

extas.json

{
    "tables": [

    ]
}