I'm trying to find out how to actually use the 'rest-api-sdk-php' with Laravel 4 ... I've updated composer and the library is ready to be used, but do I need to add an alias to the app.php file?
I've tried calling $apiContext = new ApiContext but ApiContext cannot be found.
I just don't see any reference to how to actually use this library at all.
Help initiating a call would be most apprecaited!
composer dump-auto? This command adds the classes to Composer's autoload mapping.