PHPackages                             arkitechdev/openapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. arkitechdev/openapi

ActiveLibrary

arkitechdev/openapi
===================

A package for creating OpenAPI 3 specification files.

v0.9.2(4y ago)26MITPHPPHP ^7.3|^8.0

Since Sep 23Pushed 4y agoCompare

[ Source](https://github.com/jezzdk/openapi)[ Packagist](https://packagist.org/packages/arkitechdev/openapi)[ RSS](/packages/arkitechdev-openapi/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

OpenApi docs generator
======================

[](#openapi-docs-generator)

Requirements
------------

[](#requirements)

- PHP 7.3 | PHP 8.0
- Laravel 8 (if you want to use the facade and command)

Installation
------------

[](#installation)

Install with composer:

`composer require arkitechdev/openapi`

You can generate the docs by running the following artisan command:

`php artisan openapi:generate`

The command will create a config file for you if you wish, but you can also publish it with:

`php artisan vendor:publish`

Configuration
-------------

[](#configuration)

The config file looks like this:

```
