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: 2025-06-12 08:29:59 UTC


README

Just simple command for kdyby/console and Apitte - Great PHP/PSR7 API for Nette Framework, that shows available endpoints in console.

Usage

  1. Install with Composer

    $ composer require thomasoj/apitte-endpoints-list
    
  2. Register command in config.neon

    services:
    	ApitteEndpointsListCommand:
    		class: 	- Thomasoj\ApitteEndpointsList\Command\ApitteEndpointsListCommand
    		tags: [kdyby.console.command]
    
  3. Run command

    $ bin/console api:endpoints