PHPackages                             exfriend/cloudfactory - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. exfriend/cloudfactory

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

exfriend/cloudfactory
=====================

A powerful crawling library

2.0.3(9y ago)112321MITPHPPHP &gt;=5.6

Since Aug 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/exfriend/cloudfactory)[ Packagist](https://packagist.org/packages/exfriend/cloudfactory)[ RSS](/packages/exfriend-cloudfactory/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (10)Used By (1)

[![logo](docs/v1.png)](docs/v1.png)

CloudFactory is a nice and powerful library for building crawlers in PHP. It provides a simple, human readable API while keeping all power of cURL under the hood. Key feature of CloudFactory is Request Validation. When using proxies in multi-threaded environment you will often get lots of problems with timeouts, response spoofing, HTTP/proxy errors and invalid content.

The goal of CloudFactory is to minimize the effort needed for 100% valid content delivery, and you can achieve that by using this library.

\###Requirements

- PHP 7.0
- php-curl
- mbstring
- guzzle

### Installation

[](#installation)

`composer require exfriend/cloudfactory`

Basic Usage
-----------

[](#basic-usage)

```
