Skip to content

xpmozong/wavephp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

wavephp2.0 PHP框架 2.0版本

PHP >= 5.6

去掉验证码字体所占空间,框架大小为675KB。

composer.json 配置

{
    "require": {
        "xpmozong/wavephp2": "*"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/xpmozong/wavephp2"
        }
    ]
}

也可以使用composer的安装包列表

{
    "require": {
        "xpmozong/wavephp2": "*"
    },
    "repositories": {
        "packagist": {
            "type": "composer",
            "url": "http://packagist.phpcomposer.com"
        }
    }
}

详细项目看wavephp2_demos