rapttor/helper

通用辅助类

dev-master 2024-08-31 15:11 UTC

This package is auto-updated.

Last update: 2024-08-31 15:11:45 UTC


README

特性

  • 简化使用php rest应用的工作
  • PSR-4 自动加载兼容的结构
  • 使用PHPUnit进行单元测试[进行中]

安装

composer require rapttor/helper

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