bitendian/tbp-suite

作为套件对TBP库进行元包分组

v0.9.4 2020-03-23 15:16 UTC

This package is auto-updated.

Last update: 2024-09-24 01:02:10 UTC


README

这是一个 元包,用于将TBP核心和其他TBP库分组。

这些库曾经大多数都存在于TBP项目中,所以你可能想添加这个 元包 而不是逐个选择这些库。

套件内容

  • TBP核心
  • TBP JWT支持
  • TBP静态i18n管理
  • TBP部署工具
  • TBP HTML辅助工具

安装

只需将套件仓库添加到您的项目composer.json中,并将 tbp-suite 作为项目需求。

例如

    "repositories": [
        { "type": "vcs", "url": "git@github.com:Bitendian/tbp-suite.git" }
    ],
    "require": {
        "bitendian/tbp-suite": "^0.9"
    }