Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 263a5ab

Browse files
authored
add fakeid
1 parent 8ebc4ea commit 263a5ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Provides a facade, but no built-in routing. Allows multiple salts through "conne
163163

164164
#### [Laravel-Hashid](https://github.com/KissParadigm/Laravel-Hashid)
165165

166-
Provides a facade, similar to the above one PLUS a trait similar to this package. No no built-in routing. Untested. Unnecessary overhead if you need hashids only for slugging models.
166+
Provides a facade, similar to the above one PLUS a trait similar to this package. No no built-in routing. No tests provided. Unnecessary overhead if you need hashids only for slugging models.
167167

168168
#### [Hashids for Laravel 5](https://github.com/Torann/laravel-hashids)
169169

@@ -173,6 +173,9 @@ Facade only. Not as good as the first one, since it allows you to have only one
173173

174174
Uses different obfuscation method. Facade (and class) only. Nothing related to routing or model traits. It is said to be faster than hashids.
175175

176+
#### [Laravel FakeID](https://github.com/Propaganistas/Laravel-FakeId)
177+
178+
Simliar to this package, but built on Optimus. Facade and trait provided, as well as a special route function. Good tests.
176179

177180

178181

0 commit comments

Comments
 (0)