thomasoj / apitte-endpoints-list
There is no license information available for the latest version (dev-master) of this package.
Add console command for show endpoints list.
dev-master
2018-01-02 12:20 UTC
This package is not auto-updated.
Last update: 2026-03-19 11:53:36 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