linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

running standalone #8

Closed derkroesink closed 9 years ago

derkroesink commented 9 years ago

Hi!

trying to implement this API on our webserver, but it seems to crash at the namespace bit while i left the directories original.

also looking for the autoload.php file

please advice!

joostfaassen commented 9 years ago

Hi @derkroesink,

The stand-alone usage requires you to run composer install in the base directory of the project, to fetch all dependencies and generate the vendor/autoload.php file.

For more information, please check: getcomposer.org

good luck! Joost