Download the PHP package frostybee/openapi-playground without Composer
On this page you can find all versions of the php package frostybee/openapi-playground. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frostybee/openapi-playground
More information about frostybee/openapi-playground
Files in frostybee/openapi-playground
Download frostybee/openapi-playground
More information about frostybee/openapi-playground
Files in frostybee/openapi-playground
Vendor frostybee
Package openapi-playground
Short Description A self-hosted OpenAPI documentation viewer with Swagger UI and RapiDoc support.
License MIT
Homepage https://github.com/frostybee/openapi-playground
Package openapi-playground
Short Description A self-hosted OpenAPI documentation viewer with Swagger UI and RapiDoc support.
License MIT
Homepage https://github.com/frostybee/openapi-playground
Please rate this library. Is it a good library?
Informations about the package openapi-playground
OpenAPI Playground
A self-hosted OpenAPI documentation viewer with Swagger UI and RapiDoc support. Ideal for students and developers learning API documentation tools and for testing localhost APIs without CORS issues.
Features
- Can be deployed to any web server environment.
- Provides both Swagger UI and RapiDoc documentation viewers.
- Enables seamless testing of localhost APIs without cross-origin restrictions.
- Designed to assist students and developers in learning API documentation tools.
- Lightweight implementation that doesn't depend on complex framework requirements.
Requirements
- PHP 8.2 or greater.
- Web server (Apache, Nginx, or equivalent HTTP server).
- Modern web browser.
- No additional database or server-side dependencies required.
Installation
Option 1: Using Composer (Recommended)
Requires Composer to be installed.
- Navigate to your web server's document root folder.
-
Run the following command:
- Point your web server's document root at the
public/directory of the created folder. - Open the home page at
http://localhost/[project-name].
Option 2: Manual Installation
-
Clone the repository or download the ZIP and extract it:
- Point your web server's document root at the
public/directory of the cloned folder. - Open the home page at
http://localhost/[project-name].
Resources
License
This project is distributed under the MIT License. Users are free to use, modify, and distribute the software in accordance with the license terms. Contributions and feedback are welcome.
All versions of openapi-playground with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package frostybee/openapi-playground contains the following files
Loading the files please wait ...