Download the PHP package ziyoren/swagger without Composer

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

Swagger

Swagger UI plugin for webman

项目介绍

Swagger是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。 ziyoren/swagger集成了SwaggerUI和zircote/swagger-php。具备以下特点:

安装

注意 虽然可以在Webman的应用市场下载源码,但是推荐用composer安装,因为可以自动安装相关依赖。

如果您是从Webman的应用市场下载的源码,请确保安装了zircote/swagger-php

访问

访问http://127.0.0.1:8787/app/swagger就可以看到SwaggerUI的界面。

更新你的代码

以主项目app/controller/IndexController.php为例,增加注释

默认扫描路径

默认扫描主项目的app/controller目录。如果需要增加扫描的目录,请修改plugin/swagger/config/app.php文件里的scan_path

依赖

Link

Swagger-PHP

示例值得看看/Learn by example

Swagger-php 2.x documentation


All versions of swagger with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
workerman/webman-framework Version >=1.4
zircote/swagger-php Version >=4.5
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 ziyoren/swagger contains the following files

Loading the files please wait ....