Download the PHP package alihann/laravel-rockid without Composer
On this page you can find all versions of the php package alihann/laravel-rockid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-rockid
Laravel Rockid
Id obfuscation for Laravel using Optimus.
How to Install
-
composer require
-
in your config/app.php
-
and if you want to use facade
-
publish the config file
- generate numbers and add to the published config file. (i.e. config/rockid.php)
Usage
you can use ObfuscatesId trait to get the obfuscated id of the model in your views.
now you have getId method in your model to generate an obfuscated id.
routes.php
or in RouteServiceProvider class
All versions of laravel-rockid with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5.9 || ^7.0
illuminate/console Version 5.2.*
illuminate/support Version 5.2.*
jenssegers/optimus Version ~0.2
phpseclib/phpseclib Version ^2.0
illuminate/console Version 5.2.*
illuminate/support Version 5.2.*
jenssegers/optimus Version ~0.2
phpseclib/phpseclib Version ^2.0
The package alihann/laravel-rockid contains the following files
Loading the files please wait ....