Skip to content

Instantly share code, notes, and snippets.

@mrkodssldrf
Created January 22, 2014 14:26
Show Gist options
  • Save mrkodssldrf/8559551 to your computer and use it in GitHub Desktop.
Save mrkodssldrf/8559551 to your computer and use it in GitHub Desktop.
SlimFramework fast sha1 string hash
$app->get('/encrypt/:string', function ($string) use ($app) {
echo sha1($string);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment