Skip to content

Instantly share code, notes, and snippets.

@cwhite92
Last active July 6, 2017 22:27
Show Gist options
  • Save cwhite92/89206f94b714c20d3fabfaeaa3aadcba to your computer and use it in GitHub Desktop.
Save cwhite92/89206f94b714c20d3fabfaeaa3aadcba to your computer and use it in GitHub Desktop.
<?php
use Sparky\PhpSdk\Sparky;
$folder = Sparky::folder($folderHash);
echo $folder->asset('avatar.jpg')->flipVertical()->maxWidth(500)->url();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment