dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Implement dot-cli in v1 #72

Closed alexmerlin closed 3 years ago

alexmerlin commented 3 years ago

dot-console will be abandoned soon (because it is built on laminas-console, which was abandoned in Feb 2021), so we need dot-cli implemented in DotKernel API v1 as well.

alexmerlin commented 3 years ago

dot-console has been abandoned but we keep it in DotKernel API in order to allow transition to dot-cli which is the recommended library for creating console commands.