Download the PHP package deno/obfuscator without Composer
On this page you can find all versions of the php package deno/obfuscator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download deno/obfuscator
More information about deno/obfuscator
Files in deno/obfuscator
Package obfuscator
Short Description A Laravel Code obfuscator package and a software license checker
License MIT
Informations about the package obfuscator
Laravel License Checker And Obfuscator
With this package, you can transform your internal id's to obfuscated integers based on Knuth's integer hash. It is similar to Hashids, but will generate integers instead of random strings. It is also super fast. It also allows the software to check licence. This means it check if software is still running accordance to licence agreements . it also provide webhooks that comes immediately the software comes online.
Installation
Install using composer:
If you will be running your code on a 32 bit system or will be working with large prime numbers it is suggested that you install the GMP extension. For debian/ubuntu you can install the extension with one of these commands:
Third-party integrations
- An integration with Laravel is provided by the propaganistas/laravel-fakeid package.
- Laravel Optimus with multiple connections provided by the cybercog/laravel-optimus package.
- An integration with Silex 2 is provided by the jaam/silex-optimus-provider package.
- An integration with Laravel is provided by the elfsundae/laravel-hashid package.
- A PSR-15 middleware provided by the icanhazstring/optimus-middleware package.
Security contact information
To report a security vulnerability send email to [email protected]
License
The MIT License.