thomasoj / apitte-endpoints-list
Add console command for show endpoints list.
Installs: 593
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thomasoj/apitte-endpoints-list
This package is not auto-updated.
Last update: 2025-12-25 10:54:56 UTC
README
Just simple command for kdyby/console and Apitte - Great PHP/PSR7 API for Nette Framework, that shows available endpoints in console.
Usage
-
Install with Composer
$ composer require thomasoj/apitte-endpoints-list -
Register command in config.neon
services: ApitteEndpointsListCommand: class: - Thomasoj\ApitteEndpointsList\Command\ApitteEndpointsListCommand tags: [kdyby.console.command] -
Run command
$ bin/console api:endpoints