https://github.com/cornernote/php-short-unique-id
Encodes and Decodes a Short Unique Identifier based on an Integer
https://github.com/cornernote/php-short-unique-id
Last synced: over 1 year ago
JSON representation
Encodes and Decodes a Short Unique Identifier based on an Integer
- Host: GitHub
- URL: https://github.com/cornernote/php-short-unique-id
- Owner: cornernote
- License: gpl-3.0
- Created: 2012-11-01T13:56:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-01T14:50:10.000Z (over 13 years ago)
- Last Synced: 2025-01-24T05:23:51.940Z (over 1 year ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: license.txt
Awesome Lists containing this project
README
----------------------------------
PHP Short Unique ID
----------------------------------
Copyright (c) 2012 Brett O'Donnell
Source Code: https://github.com/cornernote/php-short-unique-id
Home Page: http://mrphp.com.au/blog/short-unique-id-php
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
----------------------------------
Description
----------------------------------
Encodes and Decodes a Short Unique Identifier based on an Integer.
IDEAS TAKEN FROM
http://www.pgregg.com/projects/php/base_conversion/base_conversion.inc.phps