Skip to content
/ TKGen Public

A simple PHP class to automatically create a token value.

Notifications You must be signed in to change notification settings

Odepia/TKGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#TKGen

A simple PHP class to automatically create a token value.

How to use it:

$myToken = New TKGen(); // Create an instance of TKGen
$myString = "What does not kill you makes you stronger";

$valToken = $myToken->token($myString, 20);

echo $valToken;

Changelog

v1.0 - 2013-09-09 : initial release

About

A simple PHP class to automatically create a token value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages