PHP code example of mrethical / laravel-buyproxies

1. Go to this page and download the library: Download mrethical/laravel-buyproxies 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/ */

    

mrethical / laravel-buyproxies example snippets


return [
    'pid' => env('BUYPROXIES_PID'),
    'key' => env('BUYPROXIES_KEY'),
];

use Mrethical\BuyProxies\Facades\BuyProxies;

$proxies = BuyProxies::all()
bash
php artisan vendor:publish --tag="laravel-buyproxies-config"