Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caseydentinger/9a18792a1122f28ea731f30ebf381a64 to your computer and use it in GitHub Desktop.
Save caseydentinger/9a18792a1122f28ea731f30ebf381a64 to your computer and use it in GitHub Desktop.
<?php
require('vendor/autoload.php');
use Symfony\Component\Yaml\Dumper;
$obj = new preeeeint;
$dumper = new Dumper();
$yaml = $dumper->dump($obj->payment_methods, 3);
echo $yaml;
class preeeeint {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment