PHPackages                             akane0151/target-crawler - 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. akane0151/target-crawler

ActiveProject

akane0151/target-crawler
========================

target crawler - A simple Laravel crawler package to read element of any webpage.

0.9.7(3y ago)017MITPHP

Since Feb 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/akane0151/target-crawler)[ Packagist](https://packagist.org/packages/akane0151/target-crawler)[ RSS](/packages/akane0151-target-crawler/feed)WikiDiscussions master Synced 1mo ago

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

[![Built on](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://laravel.com)

 [ ![Logo](images/logo.png) ](https://github.com/akane0151/target-crawler)### Laravel TargetCrawler

[](#laravel-targetcrawler)

 An awesome crawler to simply fetch your specific data from any pages!
 [**Explore the docs »**](https://github.com/akane0151/target-crawler)

 Table of Contents1. [Installation and Usage](#usage)
2. [License](#license)
3. [Contact](#contact)

### Usage

[](#usage)

\_Below is an example of how you can use this package in your laravel project.

1. Install it as composer package in your project ```
    composer require akane0151/target-crawler
    ```
2. Publish its config in your laravel config directory ```
    php artisan vendor:publish
    ```
3. Set your target website url and the html elements in config/targetCrawler.php ```
    'url' => "https://google.com"

    'elements' => array(
         'a .menu-item',
         'table tbody tr .id'
     )
    ```
4. Add \_Akane0151\\TargetCrawler\\TargetCrawler namespace to your code and call crawl function as below example ```
    public function getPrice(){
         //call doCrawl to execute crawl request to target and fetch the element data
         return TargetCrawler::doCrawl();
     }
    ```

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE.txt` for more information.

Contact
-------

[](#contact)

Ali kameli

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

1179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dcecc8c5ade833dce89c27bc04f8fc1130f715e3a2624255ec865457b51f5a00?d=identicon)[akane0151](/maintainers/akane0151)

---

Top Contributors

[![akane0151](https://avatars.githubusercontent.com/u/20900183?v=4)](https://github.com/akane0151 "akane0151 (3 commits)")

---

Tags

crawlerlaravel-packagephp

### Embed Badge

![Health badge](/badges/akane0151-target-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/akane0151-target-crawler/health.svg)](https://phpackages.com/packages/akane0151-target-crawler)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
