Can anyone help with this. When I try to load example.php I get the following error:
PHP Fatal error: Class 'Asakusuma\SugarWrapper\Rest' not found in /Users/X/workspace/sugarcrm/SugarCRM-REST-API-Wrapper-Class/example.php on line 42
In the readme it says to edit composer.js to
{
"require": {
"asakusuma/sugarcrm-wrapper": "dev-master"
},
"minimum-stability": "dev"
}
Do I replace the contents of composer.json that's pulled down from the repository?
Any help on the step by step to get this up and running would be great. Am I missing something here?