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.

Installs: 593

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thomasoj/apitte-endpoints-list

dev-master 2018-01-02 12:20 UTC

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

  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