OXIDprojects / oxid-console

OXID Community Console is a php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
7 stars 5 forks source link

added support for adding commands from composer packages #10

Closed keywan-ghadami-oxid closed 5 years ago

keywan-ghadami-oxid commented 5 years ago

the new oxid core console (https://github.com/OXID-eSales/oxideshop_ce/tree/b-6.x-introduce_console-OXDEV-1580) will also support collecting comands this way and so will oxrun (https://github.com/OXIDprojects/oxrun). By adding this functionality commands can be written and used independently of the console implementation