Download the PHP package jinyicheng/thinkphp_mini_series without Composer

On this page you can find all versions of the php package jinyicheng/thinkphp_mini_series. 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 thinkphp_mini_series

使用方法

install文件夹下的文件为使用时所需的文件,请按以下说明部署:

  1. 将install/conf/mini_series.php放在配置扩展文件夹中

    1.1. 正常情况下该文件的存放路径是:application/extra/mini_series.php

    1.2. 如需区分模块,不同模块走不同配置,请放置在对应模块下,如放置在admin模块下:application/admin/extra/mini_series.php

    1.3. 针对不同的小游戏/小程序/快应用,各自的所需配置不同,另外诸如头条小游戏、微信小游戏,在生成小程序码时存在2种不同的方式(本地/oss)请按实际项目需要选择对应的mini_series.php进行配置

  2. 如您在选择使用oss存储小程序码,请将install/conf/oss.php放在配置扩展文件夹中,oss.php中的参数配置(具体参数说明请见注释)

    2.1. 正常情况下该文件的存放路径是:application/extra/oss.php

    2.2. 如需区分模块,不同模块走不同配置,请放置在对应模块下,如放置在admin模块下:application/admin/extra/oss.php

  3. 当前版本仅支持:qq小游戏、头条小游戏、微信小游戏,其余支持待后续更新

All versions of thinkphp_mini_series with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
ext-redis Version *
topthink/framework Version 5.0.*
aliyuncs/oss-sdk-php Version ^2.3
jinyicheng/redis Version 1.0
ext-curl Version *
ext-json Version *
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 jinyicheng/thinkphp_mini_series contains the following files

Loading the files please wait ....