Skip to content

This Codeigniter Library can be use for unique string generation based on PHP uniqid() function.

Notifications You must be signed in to change notification settings

mrdumog/Codeigniter-Library-to-Generate-Unique-IDs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Codeigniter-Library-to-Generate-Unique-IDs

This Codeigniter Library can be use for unique string generation based on PHP uniqid() function.

Sometimes we need to have unique string for database entry. This PHP Library can be use to generate 20 charecter unique string based on PHP uniqueid() function.

  1. Download UID.php file from repo
  2. Paste UID.php into application/libraries folder
  3. Load library with $this->load->library('UID');
  4. Generate Unique string using $this->uid->generate(); function.
  5. $this->uid->md5(); will print uniqueID with md5() encryption.

About

This Codeigniter Library can be use for unique string generation based on PHP uniqid() function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages