2017 © Pedro Peláez
 

library laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

image

rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  • Wednesday, July 18, 2018
  • by rygilles
  • Repository
  • 1 Watchers
  • 5 Stars
  • 256 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 37 % Grown

The README.md

Laravel OpenAPI Schema Generator (WIP !)

Automatically generate your Laravel Api project OpenAPI schema., (*1)

Installation

Laravel version >= 5.4 is required., (*2)

Require this package with composer using the following command:, (*3)

$ composer require rygilles/laravel-openapi-schema-generator

Go to your config/app.php and add the service provider:, (*4)

Rygilles\OpenApiGenerator\OpenApiSchemaGeneratorServiceProvider::class,

Publish configuration file

This package need a configuration file in to work properly., (*5)

sh $ php artisan vendor:publish --tag=openapischemas, (*6)

After publishing, edit the file located in your Laravel configuration folder in config/openapischemas.php., (*7)

@todo : Documentation on config file content, (*8)

Usage

To generate your API JSONs schemas, use the openApiSchemas:generate artisan command., (*9)

@todo : README.md to complete, (*10)

The Versions

18/07 2018

dev-master

9999999-dev http://github.com/rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Gilles

laravel schema openapi

18/07 2018

v0.3.1

0.3.1.0 http://github.com/rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Gilles

laravel schema openapi

26/02 2018

v0.3

0.3.0.0 http://github.com/rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Gilles

laravel schema openapi

13/02 2018

0.2

0.2.0.0 http://github.com/rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Gilles

laravel schema openapi

12/09 2017

v0.1

0.1.0.0 http://github.com/rygilles/laravel-openapi-schema-generator

Generate OpenAPI schema from your Laravel Api project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Gilles

laravel schema openapi