Download the PHP package mengcc/mcc-doc without Composer

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

MccDoc - API文档生成 Build Status

市面上的接口文档生成都要求 php7+ 以上版本,而且大多数文档生成工具都基于某某个框架,例:

由于当前公司项目是十年前的项目,php 版本低、结构乱,需要对接的第三方接口较多,此项目也就应运而生了。

MccDoc 的特点在于简单易上手依赖较小,只要保证你的 PHP版本 > 5.4 就可以了。

安装

如果你装了 composer ,复制下面这段话就可以获取到最新版本的 MccDoc 了

如果你没有配置 composer 也不要紧,点击下面的按钮直接下载项目。

Total Downloads

基本使用

demo.php

参数

参数 是否必填 描述
name 接口名称,方便阅读
url 请求地址,提供直接发送请求测试
method HTTP请求方式,支持 ['get', 'post', 'put', 'delete', 'any', 'patch']
description 针对接口进行描述
params 发送请求捎带的数据参数,格式 JSON,{"参数名称":"参数介绍",....}

All versions of mcc-doc with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 mengcc/mcc-doc contains the following files

Loading the files please wait ....