Skip to content

Commit

Permalink
update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
alirmaity committed Oct 8, 2022
1 parent 918301d commit 4b04194
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@ PHP-SE-CRAWLER is php crawler tool for the search engine such as google,bing giv
Install
-------

Install the latest version using composer.
Install the latest version using composer or the preferable to clone the repo or download the lastet release and.
```bash
$ composer install
```

```bash
$ composer require ali.rmaity/php-se-crawler
$ composer require ali.rmaity/php-se-crawler -- not stable
```

This package can be found on [packagist] and is best loaded using [composer](http://getcomposer.org/). We support php 7.2, 7.3, and 7.4.

Basic Usage
-----
```php
// Assuming you installed from Composer:
// Assuming you installed from github repo
require "vendor/autoload.php";
use AliRmaity\PhpSeCrawler;

Expand Down

0 comments on commit 4b04194

Please sign in to comment.