Skip to content

xchimx/laravel-gimmeproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

About Laravel-Gimmeproxy

Laravel package for easy integration with the GimmeProxy API. It allows you to use the GimmeProxy API in your Laravel applications.

Installation

You can install the package via composer:

composer require xchimx/laravel-gimmeproxy

Usage

Using the Facade

You can use the provided GimmeProxy facade:

use Xchimx\GimmeProxy\Facades\GimmeProxy;

class GimmeProxyController extends Controller
{
    public function getProxy()
    {
        return GimmeProxy::getProxy([
            'amount' => 5,
            'api_key' => 'YOUR-API-KEY', //but you don't need any
            'maxCheckPeriod' => 600,
            'protocol' => 'http',
            'anonymityLevel' => 1,
            'user-agent' => true,
            'ipPort' => 'true',
        ]);
    }
}

Features

  • The Amount parameter is from the package itself. This controls the quantity.
  • Duplicate proxies are sorted out.
  • The output is stopped when no more new proxies are available.

All Parameters

License

This package is released under the MIT License.

About

Laravel package for easy integration with the GimmeProxy API. It allows you to use the GimmeProxy API in your Laravel applications to proxies.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages