ellisv / oxid-console

[UNMAINTAINED] OXID Console is 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
23 stars 17 forks source link

Does it make sense to support 6.0 #44

Open ellisv opened 7 years ago

ellisv commented 7 years ago

Does it make sense that we support OXID 6.0 as they provide having your own scripts capability?

/cc @keywan-ghadami-oxid @ddpkts

SvenBrunk commented 7 years ago

@EllisV I am not sure. It might make sense to migrate them all to composer scripts :)

ddpkts commented 7 years ago

Not sure what scripts come with 6.0, but I am still a happy console user in 5.x.x. I might expecting to have oxid console after migrating to 6.0

keywan-ghadami-oxid commented 6 years ago

Hi there is a oxid 6 compatible port available https://github.com/OXIDprojects/oxid-console that can be installed with composer.

ddpkts commented 6 years ago

@keywan-ghadami-oxid I see you did a great work porting OXID Console to V6, but I think it does not make sense use oxConsoleCommand and other custom stuff while you simply can use e.g. symfony/console component.

keywan-ghadami-oxid commented 6 years ago

@ddpkts yes for sure, I did only minor part of the work anyway I think it is exactly like that isn't it?