Download the PHP package gorlovka/proxy-request-builder without Composer

On this page you can find all versions of the php package gorlovka/proxy-request-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package proxy-request-builder

Proxyrequest - Proxy lists, Rotating proxy, Bypass Cloudflare

With this tool you can:

  1. Get proxy lists for parsing from API endpoint, curl or php
  2. Rotating proxy for parsing anything - proxy are being changed automatically until website returns proper content
  3. Parsing pages protected by Cloudflare from scraping

Free plans available for each usage case

If you are looking for a way to parse website which is protected by cloudflare or some other custom made solution you are in the right place.

Usually if you need to get a few dozens of pages from website you can go directory for website and scrape data easily. Issues comes if website has some kind of protection you need to get a lot of data on regular basis.

We handle all blocking from protection on our behalf. You get data like you were requesting them directly.

This solution works for parsing and collection of data. It doesn't work for DDOS, spam sending or abusing internet.

Javascript is optionally executed if you need it. Essentially it's slower than just getting page as is so consider finding a way to get data without Javascript execution.


Free proxy lists

1. Inside browser

Link to free proxy list

2. Using curl:

curl http://public.proxyrequest.ru/api/proxyget/free

3. PHP composer package:

Run first composer command in your shell: composer require gorlovka/proxy-request-builder

See TestProxyGet.php file for example.


Rotating proxy

1. Inside browser

Link to url

2. Using curl

bash tests/TestCurlRotateProxy.sh

3. PHP composer package

Run first composer command in your shell: composer require gorlovka/proxy-request-builder

Cloudflare bypassing

Not publicly available. Available upon request. Possibility of it depends on how it's configured on exact website. Feel free to get in touch mentioning the address of website and how many pages per day is it needed to collect.

Getting Token

Currently, there are three types of tokens

  1. Proxy lists free token is here

  2. Rotating proxy free token is here

  3. Cloudflare token (to be released soon)

Private token removes time limits in accessing to proxy lists. Allows filtering. New features may be added upon request.

Token specifics

You should use these proxies responsibly, without abusing them, and without intent to commit illegal activity.

There are three kind of tokens:

  1. Proxy lists Paid token removes time limits in accessing to proxy lists. Allows filter by type, country, ip mask, last check, speed, level.

  2. Rotating proxy Software built upon proxy lists. Which consumes target url to be parsed and it manages to get content from website upon your request. Paid token allows here to do such requests. Free testing period available.

  3. Bypassing cloudflare(any other protection) for parsing Software on our side goes to specified url which is behind protection and gives you content of it back. Free testing period available

We have no limits on traffic. If you have big count of requests it's possible to provide dedicated resources just for you.

Contacts

Email for contacts is [email protected].


All versions of proxy-request-builder with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gorlovka/proxy-request-builder contains the following files

Loading the files please wait ....