PHPackages                             seobrain/laraparser - 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. seobrain/laraparser

ActiveLibrary

seobrain/laraparser
===================

Laravel connector for A-Parser API

0.1.2(5y ago)07MITPHPPHP ^7.4

Since Sep 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/seobrain/laraparser)[ Packagist](https://packagist.org/packages/seobrain/laraparser)[ RSS](/packages/seobrain-laraparser/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Aparser connector
=========================

[](#laravel-aparser-connector)

[A-Parser](https://en.a-parser.com/) - a multi-threaded parser of search engines, site assessment services, keywords, content (text, links, random data) and much more (youtube, pictures, translators...). A-Parser combines over 60 parsers in total!

A-Parser version with API is available only to subscribers of Enterprise license.

This package provides the opportunity to connect to A-Parser`s native API.

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

[](#installation)

1. Install the package by running this command in your terminal/cmd:

```
composer require "seobrain/laraparser"

```

2. Optionally, you can import config file by running this command in your terminal/cmd:

```
php artisan vendor:publish --provider="Seobrain\Laraparser\LaraparserServiceProvider"

```

Available ENV variables:

- (string) APARSER\_HOST =&gt; Your A-Parser instance API endpoint (make sure you have /API path at the end)
- (string) APARSER\_PASSWORD =&gt; Your A-Parser instance password

```
APARSER_HOST=http://****:9091/API
APARSER_PASSWORD=****

```

Make sure you have a proper configuration values being cached:

```
php artisan config:cache

```

How to use
----------

[](#how-to-use)

```
// Initialize $aparser class
$aparser = new Seobrain\Laraparser\Laraparser();

// Optionally you can specify credentials during initialization:
$aparser = new Seobrain\Laraparser\Laraparser(config('laraparser.host'), config('laraparser.password'));

// Make a request
$aparser->ping(); // pong
```

Full list of API methods is available here:

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c8e14d499ead2b7ce4e3be346d42d7ffad3443f105b91252e1c7bfb03ea89e5?d=identicon)[seobrain](/maintainers/seobrain)

---

Top Contributors

[![seobrain](https://avatars.githubusercontent.com/u/2631284?v=4)](https://github.com/seobrain "seobrain (10 commits)")

### Embed Badge

![Health badge](/badges/seobrain-laraparser/health.svg)

```
[![Health](https://phpackages.com/badges/seobrain-laraparser/health.svg)](https://phpackages.com/packages/seobrain-laraparser)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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