idapp/think

iDapp multi module and template engine library based on thinkphp8.0

Maintainers

Package info

gitee.com/aget/idapp-think.git

pkg:composer/idapp/think

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

dev-master 2026-05-28 01:36 UTC

This package is not auto-updated.

Last update: 2026-06-04 09:18:24 UTC


README

idapp-think是基于thinkphp6.1/8.0的核心定制的基础库,内置了模板引擎、多应用、和一些常用类库

安装

composer require idapp/think:dev-master
composer update idapp/think

本地使用

"require": {
    ...
    "idapp/think": "dev-master"
},
"repositories": [
    {
        "type": "path",
        "url": "../idapp-think"
    }
],