fangzy/php-run

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

php命令行运行框架

v0.1.1 2021-11-24 06:38 UTC

This package is auto-updated.

Last update: 2024-04-24 11:52:11 UTC


README

php命令行运行框架

使用

php run index/index/good a=3 b=2

目录结构

|-app
    |-index
        |-Index.php            
|-src
    |-core        
|-run