Skip to content

Instantly share code, notes, and snippets.

@clarkf
Created January 24, 2014 20:50
Show Gist options
  • Save clarkf/8606146 to your computer and use it in GitHub Desktop.
Save clarkf/8606146 to your computer and use it in GitHub Desktop.
<?php
require_once __DIR__ . "/vendor/autoload.php";
use Cocur\Slugify\Slugify;
$x = new Slugify;
var_dump($x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment