tufanbarisyildirim / php-apk-parser

Read basic info about an application from .apk file.
http://tufanbarisyildirim.github.io/php-apk-parser/
Other
343 stars 119 forks source link

how to use without composer? is it possible? #102

Closed pinwhell closed 2 years ago

pinwhell commented 2 years ago

i am interested in using this library in one of my projects, but i am unable to use composer, how can i proceed to install/include this inside my project?

tufanbarisyildirim commented 2 years ago

The complete library is in /lib/ApkParser folder and it is psr-0 compatible. So you can have your own autoloader to find any class inside that path and include. How do you do this for other libraries?

pinwhell commented 2 years ago

Thanks so much, i was able to make include it in the project, i did exactly that, setted up the autoload and, it worked very well!