You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Install [Composer](https://getcomposer.org/) - PHP dependencies management tool which by default use [Packagist](https://packagist.org/) as main packages repository - Voucherify is already there.
5
4
6
-
Composer use Packagist as main repository.
7
-
https://packagist.org/
8
-
9
-
Run from Command Line: composer install - to download dependencies (voucherify-php-sdk)
10
-
Run from Command Line: php sample.php - to execute sample project
5
+
Run from system command line: `composer install` - to download dependencies (voucherify-php-sdk)
6
+
Run from system command line: `php sample.php` - to execute sample project
0 commit comments