Ingenico-ePayments / connect-sdk-php

Ingenico Connect PHP Server SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/server/php/
MIT License
39 stars 16 forks source link

what's the difference between /src and /lib, and which one should i used? #11

Closed jocky4012 closed 5 years ago

jocky4012 commented 6 years ago

As the title mentioned,which folder should included in my project? All files in the two folder has the same namespace, i am sorry that i don't know how to use ,please give me your help, thanks

rob-spoor commented 6 years ago

You should include both folders. The /src folder contains the client, request and response classes, and is generated. The '/lib' folder contains manually written framework classes.