I am attempting to use JMSSerializer as a stand alone library to map JSON responses from an API to my model classes and am running into some issues.
Executing the fo
Here is the solution
1.go to php directory then install composer php composer-setup.php 2. go to project sdk directory e.g.
cd /Applications/XAMPP/xamppfiles/htdocs/streetreturn/adn_sdk-php-master
update composer to install dependencies php /Users/zakir/composer.phar update
*Note: /Users/zakir/composer.phar will be located when install composer in step 1