Ne-Lexa / php-zip

PhpZip is a php-library for extended work with ZIP-archives.
MIT License
491 stars 60 forks source link

Is it possible to use this repo without composer? Basically I want to convert the whole library into one php script. Is it possible? #55

Closed apurbajnu closed 4 years ago

apurbajnu commented 4 years ago

Is it possible to use this repo without composer? Basically I want to convert the whole library into one php script. Is it possible?

Ne-Lexa commented 4 years ago

To use the library without a composer, you must use a PSR-4 compatible autoloader.

For packing in one file, the best option would be to pack in Phar archive.