alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Archive component #220

Closed peter279k closed 3 years ago

peter279k commented 5 years ago

Is your feature request related to a problem? Please describe.

According to the Zest_Framework/src/Zip/, it looks like the Archive only supports the Zip.

But it has other archive approaches. For example, the bzip, gzip and so on.

Describe the solution you'd like

Consider creating missed archive components.

Or try considering creating a Archive component to support all available archives in this framework.

lablnet commented 5 years ago

Yeah that's awesome thanks for grate idea, i haven't think before. Here is i think approach the main Archive class and adapters like 'zip', bzip', 'gzip' and others etc what do you think?

peter279k commented 5 years ago

Hi @Lablnet, I can agree that.