Download the PHP package evolvo/swagger-doc-generators without Composer

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

Swagger 5.7 auto comments generator for Laravel

About

The swagger-doc-generators package allows you to create comments from validation classes for swagger documentation.

Installation

Require the evolvo/swagger-doc-generators package in your composer.json and update your dependencies:

add

to config/app.php 'providers' array.

If you don't have swagger config and view files:

Run:

then add

to config/app.php 'providers' array.

Add to app/Http/Controllers/Controller.php:

add to .env file:

L5_SWAGGER_GENERATE_ALWAYS=TRUE.

Default preview route is http://your-address.com/api/documentation, but you can change it in configuration.

Usage

Run php artisan comment {METHOD::route} to generate comment for route. You can specify multiple routes.

Run php artisan comment:controller {controller} to generate comments for whole controller.

Examples

For single route php artisan comment GET::api/clients

For multiple routes php artisan comment GET::api/clients POST::api/clients PUT::api/clients/{client}

For controller php artisan comment:controller ClientsController

Custom documentation style

Run php artisan swagger-custom-style:apply to apply custom style. After that go to config/l5-swagger.php and change style in css array.

Example

Run php artisan swagger-custom-style:remove to remove custom style.

Links and examples

Swagger PHP: here

More about swagger for laravel: l5-swagger.

L5-swagger documentation example: pet store.

Pet store code example: link.

Our company: http://evolvo.eu.


All versions of swagger-doc-generators with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^5.6
php Version >=7.0.0
fzaninotto/faker Version ~1.4
darkaonline/l5-swagger Version 5.7.*
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 evolvo/swagger-doc-generators contains the following files

Loading the files please wait ....