Download the PHP package cma/tp6-addons without Composer

On this page you can find all versions of the php package cma/tp6-addons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tp6-addons

ThinkPHP应用模块介绍

应用目录结构

config.php 应用介绍配置说明

menus.php 菜单配置介绍

菜单最多支持三级菜单,一级菜单可以配置icon图标,若要引用自定义图标,可以自行导入图标文件。

菜单路径参考TP路由。

若包含submenu则表示有下级菜单,若需实现选中菜单高亮或者页面有默认菜单高亮则需要配置uris值,值为页面路径。

event.php 微信回调事件通知

在开发微信公众号项目时,可以接受微信推送的消息订阅。 我们可以通过该文件来接受对应的订阅事件并处理。 文件格式请参考TP6文档->事件章节 https://www.kancloud.cn/manual/thinkphp6_0/1037492

install.sql 安装SQL文件

安装应用所需SQL文件,文件为标准SQL语句,单独语句用英文分号;分割。

uninstall.sql 安装SQL文件

卸载应用所需SQL文件,文件为标准SQL语句,单独语句用英文分号;分割。

注册事件 / 钩子


All versions of tp6-addons with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
topthink/framework Version ^6.0.3
topthink/think-view Version ^1.0
topthink/think-helper Version ^3.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cma/tp6-addons contains the following files

Loading the files please wait ....