Skip to content

Thomasoj/apitte-endpoints-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Apitte Endpoint List Command

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
    

About

Add console command for show endpoints list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages