Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Mar 12, 2024
1 parent 7f88f74 commit dbb3fff
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 🚨 ABANDONDED

Looking for a new maintainer.
If no maintainer is found by December 2025, this repository will be deleted.

Use [hashids](https://github.com/vinkla/hashids) instead.

---

---

---

# Laravel FakeID

![Tests](https://github.com/Propaganistas/Laravel-FakeId/workflows/Tests/badge.svg?branch=master)
Expand Down Expand Up @@ -66,11 +79,3 @@ A route to this specific endpoint can now be generated using Laravel's `route()`
```php
<a href="{{ route('articles.show', $article) }}"> {{ $article->name }} </a>
```
### FAQ
**Why didn't you implement [Hashids](https://github.com/vinkla/hashids) instead of [Optimus](https://github.com/jenssegers/optimus)?**

PERFORMANCE!
Optimus is based on Knuth's multiplicative hashing method and proves to be quite faster than Hashids. It's even mentioned on Hashids' own [website](http://hashids.org/#alternatives).

0 comments on commit dbb3fff

Please sign in to comment.