I want to integrate balanced payment using PHP, but not finding a way on how to start. I downloaded the files from https://github.com/balanced/balanced-php but it is showing errors . i think it is for namespaces etc. what is a composer ? I have no clue where to start. Its a shared hosting so I dont have access to shell. Pls help !
You're not posting the actual errors, nor providing a link to the non-functioning site. How are we supposed to know what's wrong?
if you download the files from the link I gave you can understand. require('src/Balanced/Bootstrap.php'); Bootstrap::init(); it gives error on the second line in the above also in the attached example, the code is to debit a bank, but in the link or download i cudn't find this autoload.php which is included in the attached txt.
No, the files don't help. If you could just post the error message, that would be so much more helpful... Although, if you think it's related to namespaces, you're probably running a PHP version that doesn't support namespaces. (That would be any version below 5.3). Solution: Upgrade PHP or switch hosts. Oh, and I hope the API key and the credit card number you posted in that .txt file are just examples. Otherwise, I'd probably call your bank right now.