printful / php-api-sdk

Printful API PHP wrapper
80 stars 24 forks source link

How to generate Vendor? #23

Closed nicoesiea closed 3 years ago

nicoesiea commented 3 years ago

How to generate Vendor? Is Composer mandatory? Is it not possible to share an exemple without the composer generation?

rkistaps commented 3 years ago

Composer is mandatory (https://getcomposer.org/). If you have composer setup correctly, you should be able to get vendor directory by running composer require printful/php-api-sdk command