PdoOne
It is a simple library for PHP that simplify the use of the PDO extension. (by EFTEC)
hashids
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user. (by vinkla)
PdoOne | hashids | |
---|---|---|
1 | 6 | |
108 | 5,345 | |
0.0% | 0.5% | |
5.8 | 3.6 | |
24 days ago | about 1 month ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PdoOne
Posts with mentions or reviews of PdoOne.
We have used some of these posts to build our list of alternatives
and similar projects.
hashids
Posts with mentions or reviews of hashids.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-28.
-
Show HN: Sqids (formely Hashids) – Generate short unique IDs from numbers
More than 10 years ago, I released the first version of Hashids in PHP, an encoding library to generate unique IDs from numbers [0]. Over the years, many developers have converted the library to plenty of other programming languages. It was nice to see it grow, but there were always a few things that bothered me about the original algorithm, so a few months ago I've decided to try and address those issues.
With lots of help from the community, we've rebranded the library to Sqids (you can see the proposed changes here [1]).
The new library generates unique IDs faster and with a simpler algorithm. You can read all about it on the FAQ page [2] and try it out via the playground [3]. As always, feedback is welcome via HN or Github.
[0] https://github.com/vinkla/hashids/commit/98d72eac456aabbf2da...
-
Generate unique Id
Depending on your requirements, you may also want to look at libraries that allow you to generate an ID using an existing identifier such as hashids. Unlike UUIDs (or other random values) these are predictable (if you know enough values and their original IDs, or watch new ones being created, you can reverse-engineer the mapping) but can still serve as a short, obfuscated value.
- Hashing a query?
-
How to create a unique random string in PHP and SQL relational data base ?
Sounds like you want hashids
-
Should I use a base64 ID instead of a UUID? Seems like that would be cleaner.
If you want "nice looking" IDs that are unique, you could use HashIds : https://github.com/vinkla/hashids
- API: external UUID to internal ID in validation or controller or ?
What are some alternatives?
When comparing PdoOne and hashids you can also consider the following projects:
PHP Scraper - A universal web-util for PHP.
UTMFW - UTM Firewall on OpenBSD
twitteroauth - The most popular PHP library for use with the Twitter OAuth REST API.
Optimus - 🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
DB - Simple PHP Query Builder class
laravel-hashids - A Hashids bridge for Laravel