PHP code example of mmanda / laravel-obfs

1. Go to this page and download the library: Download mmanda/laravel-obfs library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mmanda / laravel-obfs example snippets

bash

PHP version ^7.1|^8.0

Laravel Framework ^7.0|^8.0|^9.0|^10.0

pmdunggh/yakpro-po dev-master

nikic/php-parser ^4.0

bash
php artisan vendor:publish --provider=Mmanda\LaravelObfs\Providers\ObfuscateServiceProvider
bash
php artisan mObfuscate:all
bash
php artisan mObfuscate:directory {directory}
bash
php artisan mObfuscate:file {somefile or dir/file}
bash
php artisan mObfuscate:restore {backup_file_name}