Registry / web-framework / nelmio-api-doc-bundle

nelmio-api-doc-bundle

JSON →
library5.10.3phppackagistunverified

Generates documentation for your REST API from attributes.

composer require nelmio/api-doc-bundle
INSTALL
IMPORT
SIG · NELMIO-API-DOC-BUN
N
nelmio-api-doc-bundle
web-frameworkphpv5.10.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Operation
use Nelmio\ApiDocBundle\Annotation\Operation;

Annotates a controller action for API documentation.

use Nelmio\ApiDocBundle\Annotation\Operation; use OpenApi\Annotations as OA; /** * @Operation( * tags={"users"}, * summary="List users" * ) * @OA\Response(response=200, description="Success") */ public function listUsers() {}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.10.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nelmio-api-doc-bundle — pip install nelmio-api-doc-bundle · libregistry