PHPackages                             sahil-gulati/fcrawling - 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. sahil-gulati/fcrawling

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

sahil-gulati/fcrawling
======================

Multi curl library!

1.0.1(9y ago)448611PHPPHP &gt;=5.3

Since Feb 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Sahil-Gulati/FCrawling)[ Packagist](https://packagist.org/packages/sahil-gulati/fcrawling)[ RSS](/packages/sahil-gulati-fcrawling/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (1)

FCrawling
=========

[](#fcrawling)

FCrawling is a Fast Crawling Multi CURL Library. This library contains some enhanced parameters from execution's efficiency point of view. We have heard most of the times, people taking about sending HTTP request without waiting for response, sending multiple requests parallely at once ,limiting requests or grouping of requests then FCrawling comes into play. Have a look on example.

Installation
------------

[](#installation)

`composer require sahil-gulati/fcrawling`

**OR**

Create `composer.json` in your project directory

```
{
     "require":{
        "sahil-gulati/fcrawling":"^1.0.0"
     }
}
```

`composer install`

Usage
-----

[](#usage)

```
