Skip to content

Instantly share code, notes, and snippets.

@ThomasRueckert
Last active October 31, 2018 16:46
Show Gist options
  • Save ThomasRueckert/491df5c1ebb5744d7911302ecabe105f to your computer and use it in GitHub Desktop.
Save ThomasRueckert/491df5c1ebb5744d7911302ecabe105f to your computer and use it in GitHub Desktop.
install composer and then add sdk to requirements
#!/bin/bash
curl -sS https://getcomposer.org/installer | php --
php composer.phar require unifysell/unifysell-sdk-php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment