I am using ZF2, and i need to now use Paymill payment service, they have it available here: https://github.com/Paymill/Paymill-PHP
Should i download it and place it in my module/application/src? or it should be anywhere and then only apply in controllers : require './paymill-php/autoload.php'; ?
Or is there any existing ZF2 adapter already for paymill?