PHPackages                             qsoftvn/seo - 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. qsoftvn/seo

ActiveLibrary

qsoftvn/seo
===========

Seo angular for Laravel

2552PHP

Since Apr 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/qsoftvietnam/seo)[ Packagist](https://packagist.org/packages/qsoftvn/seo)[ RSS](/packages/qsoftvn-seo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel SEO package
-------------------

[](#laravel-seo-package)

How to install
--------------

[](#how-to-install)

It is recommended that you use Composer to install PHP PhantomJS. First, add the following to your project’s `composer.json` file:

```
    "scripts": {
        "post-install-cmd": [
            ...
            "PhantomInstaller\\Installer::installPhantomJS"
        ],
        "post-update-cmd": [
            ...
            "PhantomInstaller\\Installer::installPhantomJS"
        ]
    }
```

This will ensure the latest version of PhantomJS is installed for your system, in your bin folder. If you haven’t defined your bin folder in your `composer.json`, add the path:

```
    "config": {
        ...
        "bin-dir": "bin"
    }
```

Install composer package

```
	composer require qsoftvn/seo:dev-master
```

### Provider

[](#provider)

```
	Qsoftvn\Seo\SeoServiceProvider::class,
```

### Alias

[](#alias)

```
    'QsoftClawer' => Qsoftvn\Seo\Support\Facades\QsoftClawer::class,
    'QsoftCache'  => Qsoftvn\Seo\Support\Facades\QsoftCache::class,
```

### Publish config

[](#publish-config)

```
	php artisan vendor:publish --provider="Qsoftvn\Seo\SeoServiceProvider"
```

### Update `phantom_path` from qsoft\_seo.php

[](#update-phantom_path-from-qsoft_seophp)

```
    * base_path('bin/phantomjs.exe') | window
    * base_path('bin/phantomjs') | linux

    'phantom_path' => env('PHANTOMJS_PATH', null),
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b963a69f07861a2860c715fc1fb820dd1bb7a7839f00a53596f6c3ec9a5a8e0?d=identicon)[qsoftvietnam](/maintainers/qsoftvietnam)

---

Top Contributors

[![thedv91](https://avatars.githubusercontent.com/u/9261145?v=4)](https://github.com/thedv91 "thedv91 (32 commits)")

---

Tags

angular-seolaravel-seo-angularseo

### Embed Badge

![Health badge](/badges/qsoftvn-seo/health.svg)

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

PHPackages © 2026

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