PHPackages                             tojibon/web-scraper - 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. tojibon/web-scraper

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

tojibon/web-scraper
===================

A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.

1.1(9y ago)4766GPL-3.0PHP ^5.5 || ^7.0

Since Jan 6Compare

[ Source](https://github.com/tojibon/web-scraper)[ Packagist](https://packagist.org/packages/tojibon/web-scraper)[ RSS](/packages/tojibon-web-scraper/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

PHP Web Scraping Class
----------------------

[](#php-web-scraping-class)

1. A very simple single page PHP web scraper class that utilizes the cURL library to scrape web page content. Scrape web pages using GET or POST methods. Also scrape web page content from asp.net based websites using form POST methods.
2. Support for:
    1. GET Method
    2. POST Method
    3. ASP Calls
    4. Retrieve Page Contents by Markup Tag Names
    5. Retrieve Values from Form Fields

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

[](#installation)

```
composer require juyal-ahmed/web-scraper

```

### Getting a full webpage content:

[](#getting-a-full-webpage-content)

```

```

### Getting a full webpage content:

[](#getting-a-full-webpage-content-1)

```

```

### Getting a full webpage content with Using Proxy IP:

[](#getting-a-full-webpage-content-with-using-proxy-ip)

```

```

### Parsing a page html content:

[](#parsing-a-page-html-content)

```
