rapttor / yiihelper

通用的 Yii1.x 辅助类

dev-master 2022-08-25 17:48 UTC

This package is auto-updated.

Last update: 2024-08-31 15:12:12 UTC


README

特性

  • 简化与 Yii1.1.x REST 应用程序合作的工作
  • 符合 PSR-4 自动加载的结构
  • 使用 PHPUnit 进行单元测试 [进行中]

安装

composer require rapttor/yiihelper

  "require": {
    "rapttor/yiihelper": "dev-master"
  },
  "repositories":[
    {
      "type": "vcs",
      "url": "https://github.com/rapttor/yiihelper.git"
    }
  ]