PHPackages                             lfphp/craw - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lfphp/craw

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lfphp/craw
==========

A lite craw for PHP. make log easier to use.

2.0.3(1y ago)033MITPHPPHP &gt;=7.2

Since Mar 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sasumi/Craw)[ Packagist](https://packagist.org/packages/lfphp/craw)[ Docs](http://blog.yikepi.com/)[ RSS](/packages/lfphp-craw/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (22)Used By (0)

Simple Craw library
===================

[](#simple-craw-library)

> The current library is based on PHP CURL extension and tested in PHP7.2 or above environment. In view of ethical standards, please do not use this library to illegally obtain network resources without permission.

Install
-------

[](#install)

1. PHP version is greater than or equal to 7.2
2. Extensions must be installed: mb\_string, curl, json, dom, tidy, iconv

Please use Composer to install:

```
composer require lfphp/craw
```

Usage
-----

[](#usage)

### 1. CURL method to obtain content

[](#1-curl-method-to-obtain-content)

```
