zanysoft / laravel-zip

MIT License
300 stars 95 forks source link

Make protected properties & methods inside Zip Class #26

Closed andreacivita closed 2 years ago

andreacivita commented 3 years ago

Hi, i was trying to use this class and I need to extend it to add some features related to my business logic.

I see that inside ZanySoft\Zip\Zip class, a lot of properties and methods are setted to private. This behaviour prevents me from extending class.

Is it possible to change all private to protected?

If necessary, I can submit a PR with these changes

zanysoft commented 2 years ago

Use version 2.0.x if you are using PHP 7.4 or 8.x