Libraries tagged by openapi-specification
dispatcher/open-api
83 Downloads
Data driven dispatcher that implements the OpenApi specification
apiboard/php-openapi
420 Downloads
OpenAPI Specification library for PHP 8. Supports both OAS 3.0 and 3.1.
rebilly/openapi-php
254073 Downloads
OpenAPI Specification SDK for PHP
php-extended/php-openapi-specification-interface
0 Downloads
A library that specifies the schemas for parsing openapi specification files
connectholland/openapi-specification-generator
1000 Downloads
OpenAPI (Swagger) specification generator for PHP.
kaxiluo/swagger-laravel-code-generator
26 Downloads
Automatically generate laravel models, resources, controllers, routes based on swagger documents
web-mi/rocket.chat-api-client
105 Downloads
Auto generated (by https://openapi-generator.tech) PHP Api Client from Rocket.chat OpenAPI Specification Repo
web-mi/keycloak-api-client
91 Downloads
Auto generated (by https://openapi-generator.tech) PHP Api Client from Keycloak OpenAPI Specification Repo
wboyz/docker-php-api
8073 Downloads
Docker API generated files from OpenAPI Specification
vortechron/laravel-data-openapi-generator
2 Downloads
Generate OpenAPI specification from Laravel routes and Laravel Data objects.
vanengers/php-openapi-client-generator
20 Downloads
Generate a PHP client for an OPENAPI specification
uuf6429/oas-php
2 Downloads
OpenAPI Specification PHP implementation
tournayrelabs/github-sdk-php
0 Downloads
PHP SDK for the GitHub REST API, automatically generated from the official OpenAPI specification
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.
temirkhann/openapi-validator-bundle
3 Downloads
An OpenAPI specification validator for a symfony application