Skip to content

francis94c/openapi-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Latest Release Commits

openapi-parser

Swagger

A Code Igniter Package for Rendering Swagger Docs Open API Schema (JSON & YAML(later)).

NB: This library hasn't been released on splint because it's still in development. To use/test/install, you'll have to clone this repository using git clone <repo_url> under application/splints/francis94c.

Installation

Download and Install Splint from https://splint.cynobit.com/downloads/splint and run the below from the root of a Code Igniter distribution.

splint install francis94c/openapi-parser

Usage

Top load the library, use

$this->load->package("francis94c/openapi-parser", "parser");

Then render an Open API Spec JSON file.

$this->parser->parse("path_to_spec_file.json");

About

A Code Igniter Package for Rendering Swagger Docs Open API Schema (JSON & YAML).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages