Download the PHP package mmanda/laravel-obfs without Composer
On this page you can find all versions of the php package mmanda/laravel-obfs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mmanda/laravel-obfs
More information about mmanda/laravel-obfs
Files in mmanda/laravel-obfs
Package laravel-obfs
Short Description A Simple wrapper for YakPro-po obfuscator for Laravel Framework
License MIT
Informations about the package laravel-obfs
Laravel Obfuscation Package đ
A Simple wrapper for YakPro-po obfuscator for Laravel Framework. Due Accreditation : YakPro-po đŠī¸
Requirements
Installation
If you get dependency conflicts with your existing packages, use:
Publish Assets
NB: Publish configuration files; otherwise default obfuscation configuration is used.
Configuration files are published to PROJECTROOTDIR/config/mObfs.php and PROJECTROOTDIR/config/mObfs.cnf
mObfs.cnf
Update the confguration as specified and your level of obfuscation desired.
Usage
Artisan Commands The package provides several Artisan commands to obfuscate PHP files within your Laravel project.
Obfuscate Core PHP Files
Obfuscates PHP files in app and routes (configurable via config/mObfs.php):
Obfuscate Specific Directory To obfuscate PHP files in a specific directory:
Obfuscate Specific File To obfuscate a specific PHP file:
Backup and Restore
Backup
Backups are stored in PROJECTROOTDIR/M_obfuscate_backups. You can create backups of obfuscated files with the --backup option:
Restore To restore a backed-up file or directory:
Contributing
Work in progress !! Contributions are welcome! Please read the contribution guidelines before submitting a pull request.
License
This package is licensed under the MIT License. See the ,LICENSE file for more information.
Author
All versions of laravel-obfs with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
symfony/process Version ^5.0|^6.0
nikic/php-parser Version ^4.0|^5.0
pmdunggh/yakpro-po Version ^1.0.7