PHP code example of paygreen / sylius-paygreen-plugin
1. Go to this page and download the library: Download paygreen/sylius-paygreen-plugin 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/ */
paygreen / sylius-paygreen-plugin example snippets
bash
$ (cd tests/Application && APP_ENV=test php -S localhost:8080 -t public)