PHP code example of serato / sup-sdk-php

1. Go to this page and download the library: Download serato/sup-sdk-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

serato / sup-sdk-php example snippets

json
{
	"to/sup-sdk-php": "dev-master"
	}
}
bash
# Run the `php` service using the default PHP version (8.1)
# By default this run `.docker/setup.sh` which will install composer
# and open a bash shell.
docker-compose run --rm  php

# Provide an alternative PHP version via the PHP_VERSION environment variable.
PHP_VERSION=7.1 docker-compose run --rm  php
bash
$ php vendor/bin/phpcs
$ php vendor/bin/phpstan analyse
$ php vendor/bin/phpunit